Apple Developers

RSS for tag

This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and foster a supportive community.

Learn More

Posts under Apple Developers subtopic

Post

Replies

Boosts

Views

Activity

Satellite communications
I have a question about the operating procedure of the iPhone defaulting into satellite service. Post major storm we noticed that my phones would not allow us to connect to the satellite backup communication because the iPhone was still getting intermittent cell service even though the service that they were receiving via tower signal was that of the tower that had no connectivity (the individual cell tower may have been producing cell SIGNAL, but their ability to transfer data threw microwave or landline was terminated ). Previously, I asked if they could find a fix so that even if the phone is receiving what it is some or very little signal, you could opted to defer to settle in a situation such as this. When left in it’s current programming the phone will not make contact with either communication source leading it to be useless.
1
0
144
May ’25
App Attest receipts response 400
I tried to send it on the nodejs server I built. No success received 200 My work steps are as follows: The app executes “DCAppAttestService.shared.attestKey” to get receiptData from the acquired attestation. The app sends "receiptData.base64EncodedString()" to the server (code-1) Nodejs code (code-2) Because the app has been uploaded to TestFlight, I set the server IP to "data.appattest.apple.com" Is there something wrong with my steps? code-1 public func attestData(receipt:Data) { if DCDevice.current.isSupported { let sesh = URLSession(configuration: .default) var req = URLRequest(url: URL(string: "http://10.254.239.27:3000/attestationData")!) print(req) req.addValue("application/json", forHTTPHeaderField: "Content-Type") req.httpMethod = "POST" let data = try! JSONSerialization.data(withJSONObject: ["receipt": receipt.base64EncodedString()], options: []) req.httpBody = data let task = sesh.dataTask(with: req, completionHandler: { (data, response, error) in if let data = data, let jsonString = String(data: data, encoding: .utf8) { print(jsonString) } }) task.resume() } else { print("Platform is not supported. Make sure you aren't running in an emulator.") //self.stopActivity() } } code-2 versionRouter.post('/attestationData', function(req, response) { console.log("\n\n\n\n\n"); console.log("receiptApi"); var receiptBase64 = req.body.receipt; if (!receiptBase64) { return response.status(400).send({ error: 'Missing receipt data' }); } let binaryReceipt; if (typeof receiptBase64 === 'string') { const cleaned = receiptBase64.trim(); binaryReceipt = Buffer.from(cleaned, 'base64'); } if (Buffer.isBuffer(binaryReceipt)) { //binaryReceipt = receiptBase64; console.log("receipt is base64 或 Buffer: "+ Buffer.isBuffer(binaryReceipt)); } else { console.error('⚠️ receipt is not base64 or Buffer'); response.status(400).send("Receipt format error"); return; } var jwToken = jwt.sign({}, cert, { algorithm: 'ES256',header: { typ: undefined }, issuer: teamId, keyid: keyId}); var post_options = { host: 'data.appattest.apple.com', port: '443', path: '/v1/attestationData', method: 'POST', headers: { 'Authorization': jwToken, 'Content-Type': 'application/octet-stream', 'Content-Length': binaryReceipt.length } }; var post_req = https.request(post_options, function(res) { res.setEncoding('utf8'); console.log("📨 Apple Response Header:", res.headers); console.log("📨 Apple StatusCode:", res.statusCode); var data = ""; res.on('data', function (chunk) { data += chunk; }); res.on('end', function() { console.log(data); response.send({"status": res.statusCode, data: data}); }); }); post_req.on('error', function(e) { console.error('error:', e); response.status(500).send({ error: e.message }); }); post_req.write(binaryReceipt); post_req.end(); });
1
0
253
Apr ’25
iOS 26
In iOS 26 the pitch of the sound of the keyboard clicks changes when you type faster. And the haptics have a more buttery feeling to them. Is this a bug and will be fixed. Or is this a new feature ?
1
0
127
Aug ’25
On latest beta iPhone 16 Pro Max
The camera/microphone usage light comes on whenever I switch apps. The only thing it shows when I try to see what app is accessing the camera or microphone is What it’s accessin: Camera and the app that is accessing Camera is the Camera app… shouldn’t it show the process or app that is using the Camera app to access the camera?
1
0
263
Aug ’25
Backup when wanting to connect to MacBook
Hi all, I’m trying to add a file to a game on my iPhone via my MacBook. Now we have no iTunes connecting with the cable brings up the same menus however I’m being told I have to reset my iPhone back to factory settings to do this (see attached). I’m on IOS26 beta 6. A couple of questions I’ve backed up via iCloud, if I reset would I be able to reset it right back to my current set up with the beta, would I lose anything? Is there another way to connect to my MacBook to enable access to the games and files that would allow me to do a minor change without having to reset?
5
0
314
Aug ’25
iOS 26 - Microphone is on 24 x 7 and Draining Battery !!!
I'm a Beta user for iOS 26. I update my iPhone whenever there is an update. The issue that I found out is, "my Microphone is ON the whole day & night (24 x 7 - There is an orange dot in my dynamic island area), which is also draining my battery faster. The overall performance has also come down. I gave microphone permission to only 3-4 apps (i.e. WhatsApp, WhatsApp Business, Alexa etc.), so there is no problem in the settings. I'm attaching one image here, which shows that iPhone is cont. using my mic.
1
0
322
Aug ’25
NFS shares seem to die after 5 mins on Sequoia 15.5
I don't know if this is the right place to raise this, so apologies if not. For years now, I have exported an NFS share from a host Mac which I connect to from a Raspberry Pi on the same network. I configure this by adding a line in /etc/exports - /Users/Pi -mapall=myusername This has always worked flawlessly, but since updating my Mac (M4 Mac Mini) to Sequoia 15.5 last week, it has developed a problem. If the NFS share is not accessed from the Pi for five minutes, it dies, and the Pi's file manager locks up necessitating a complete reboot. If I run a script on the PI which does an ls on the mounted share every 5 minutes, the lockup does not happen. But if I extend the period to 6 minutes, the lockup occurs. Something on the Mac NFS server seems to be dying in an unrecoverable fashion after five minutes of idle. Even with nfsd logging set to verbose, there is nothing helpful in the console logs. I am open to suggestions to further investigate or to try and fix this, but this is basically a showstopper for me - I need to be able to share data between Mac and Pi, and this is now broken.
2
0
191
Nov ’25
iOS 26 PB5 CarPlay possibly crashing car's infotainment system
This is purely speculation (but I have reason to believe it is the case) because I'm trying to narrow it down but, has anyone reported CarPlay in iOS 26 Beta potentially crashing vehicle infotainment systems? I have a 2025 Jeep Wrangler which is running UConnect 5. I can't prove it is the case but since updating to IOS 26 PB, I've been noticing that my infotainment system in my vehicle has been freezing, locking up, and resetting upon boot. I can't narrow this down to the phone causing it, but I can't rule it out as of now. I know that most of our infotainment units that offer CarPlay are typically running off Android, but is there a possibility that the iOS Beta is crashing our infotainment units upon connection? Again, I am just posting this to see if a) anyone can confirm that yes CarPlay can crash the Android backend of infotainment units or b) if anyone has experienced odd issues with CarPlay and their vehicle's infotainment system either freezing, crashing, or rebooting since installing iOS Beta 26. It happens when the iPhone is connected wirelessly via CarPlay, and I believe also when it is connected wired via CarPlay.
1
0
362
Sep ’25
macOS is experiencing a severe memory leak issue.
问题描述: 在这两个版本后出现了可能是聚焦索引导致的内存、硬盘泄漏,使得mds_stores内存占用高达60G,硬盘内存持续写入50G,上述情况持续到最大后,系统释放空间后继续重新写入,导致内存严重泄漏,在可用空间中,系统数据占用高达150G, 系统版本: macOS Tahoe26.0beta5(25A5338b)、以及beta4 复现步骤: 开机即启动,没有任何操作步骤 解决方法: 进入安全模式后这个问题未复现 可能原因: 聚焦索引出现bug,在安全模式下“启动台”无法搜索应用程序,暂时没有发现其他问题,极有可能是聚焦索引出现问题 可能影响到的软件: node.js、meven、vue等与开发者相关的软件,既有可能使聚焦索引了开发者的项目依赖文件节点模块,它包含有极其大量的小文件,这些文件不需要索引,可能是这个问题导致。 ###问题截图
3
0
406
Aug ’25
Wi-Fi issue with M4 iPad Pro… sort of
As above M4 iPad Pro and all of a sudden WiFi will go to missing the Bars at top right of screen and nothing works. However if you go into settings it shows that WiFi is still connected to my network. Have iPadOS 26 and problem is only on iPad. All other devices on the network show no issues. I have Gigabit service with Fios And my own rock solid router which works great. All my other Mac devices work fine. After a few minutes the WiFi returns but I don’t know why.
1
0
113
Aug ’25
tvOS 18.3 Beta Bug
Hello :-) I‘m not entirely sure, if I‘m on the correct Place here. But I would like to report a Bug with tvOS 18.3 (latest beta) to the Apple Engineers! When maximizing an app, a clear color jump occurs. The home screen is more colorful than the open app! You can easily force this: open an app, e.g. the App Store back to the home screen open the app again now you can see a color jump of the GUI!!! The color becomes paler when the app is open. On the home screen it is more colorful again! The problem occurs with every app! So it is a global tvOS Bug! I can also send an example video if that's helpful! Best regards, Christian :-)
5
0
403
Jun ’25
My phone has been compromised it has a hidden Vodafone uk profile on it and has remote access
Local device UUID: D274255B-6B16-4F84-93F5-9F2D254F2952 Messaging Protocol Version: 7 Product Type: iPhone13,1 OS Build: 18.6 (22G86) Properties: { AppleInternal => false CPUArchitecture => arm64e ChipID => 33025 EffectiveProductionStatusSEP => true EthernetMacAddress => 8c:7a:aa:54:cc:c1 HWModel => D52gAP HasSEP => true HumanReadableProductVersionString => 18.6 ThinningProductType => iPhone13,1 IsUIBuild => true RegionInfo => B/A RestoreLongVersion => 22.7.86.0.0,0 DeviceSupportsLockdown => true EffectiveSecurityModeAp => true SigningFuse => true SupplementalBuildVersion => 22G86 BuildVersion => 22G86 OSVersion => 18.6 SensitivePropertiesVisible => true Image4CryptoHashMethod => sha2-384 MobileDeviceMinimumVersion => 1774 ProductName => iPhone OS ProductType => iPhone13,1 SerialNumber => F4GH903B0GPQ BootSessionUUID => 01040BD3-F4E5-4087-9759-A97D33430BA6 BoardId => 10 DeviceColor => 1 EffectiveProductionStatusAp => true EffectiveSecurityModeSEP => true StoreDemoMode => false UniqueChipID => 1500017497145374 UniqueDeviceID => 00008101-000554420A13001E OSInstallEnvironment => false RemoteXPCVersionFlags => 72057594037927942 CertificateProductionStatus => true CertificateSecurityMode => true DeviceClass => iPhone DeviceEnclosureColor => 2 ModelNumber => MGDY3 RegionCode => B SecurityDomain => 1 HardwarePlatform => t8101 Image4Supported => true IsVirtualDevice => false } Services: com.apple.idamd.shim.remote com.apple.atc2.shim.remote com.apple.PurpleReverseProxy.Ctrl.shim.remote com.apple.syslog_relay.shim.remote com.apple.commcenter.mobile-helper-cbupdateservice.shim.remote com.apple.mobile.MCInstall.shim.remote com.apple.crashreportcopymobile.shim.remote com.apple.GPUTools.MobileService.shim.remote com.apple.mobile.mobile_image_mounter.shim.remote com.apple.mobile.installation_proxy.shim.remote com.apple.bluetooth.BTPacketLogger.shim.remote com.apple.mobilesync.shim.remote com.apple.mobile.diagnostics_relay.shim.remote com.apple.mobile.house_arrest.shim.remote com.apple.mobileactivationd.shim.remote com.apple.internal.devicecompute.CoreDeviceProxy.shim.remote com.apple.springboardservices.shim.remote com.apple.osanalytics.logTransfer com.apple.sysdiagnose.remote.trusted com.apple.RestoreRemoteServices.restoreserviced com.apple.os_trace_relay.shim.remote com.apple.mobile.heartbeat.shim.remote com.apple.internal.devicecompute.CoreDeviceProxy com.apple.mobile.insecure_notification_proxy.remote com.apple.amfi.lockdown.shim.remote com.apple.mobile.notification_proxy.shim.remote com.apple.corecaptured.remoteservice com.apple.mobile.lockdown.remote.trusted com.apple.mobile.storage_mounter_proxy.bridge com.apple.iosdiagnostics.relay.shim.remote com.apple.crashreportmover.shim.remote com.apple.pcapd.shim.remote com.apple.afc.shim.remote com.apple.misagent.shim.remote com.apple.atc.shim.remote com.apple.mobilebackup2.shim.remote com.apple.preboardservice_v2.shim.remote com.apple.PurpleReverseProxy.Conn.shim.remote com.apple.accessibility.axAuditDaemon.remoteserver.shim.remote com.apple.backgroundassets.lockdownservice.shim.remote com.apple.mobile.assertion_agent.shim.remote com.apple.dt.remotepairingdeviced.lockdown.shim.remote com.apple.streaming_zip_conduit.shim.remote com.apple.mobile.insecure_notification_proxy.shim.remote com.apple.mobile.file_relay.shim.remote com.apple.sysdiagnose.remote com.apple.security.cryptexd.remote com.apple.preboardservice.shim.remote com.apple.companion_proxy.shim.remote com.apple.internal.dt.coredevice.untrusted.tunnelservice com.apple.remote.installcoordination_proxy com.apple.mobile.lockdown.remote.untrusted com.apple.webinspector.shim.remote com.apple.dt.remoteFetchSymbols com.apple.carkit.service.shim.remote com.apple.carkit.remote-iap.service com.apple.mobile.notification_proxy.remote Identity: Public key SHA256: H1I14zdIbezT7CJ6Ec2C+woeAvYq56VSmloPViOZ/MQ=
1
0
199
Aug ’25
Scanning with iPhone to capture the count
We have an application that creates, manages, and delivers tickets for events. Currently, clients and using a printout of purchasers to capture the number of tickets (patrons) attending. We want to have a SIMPLE scanning app on the iPhone that scans the ticket barcode, recognizes it as current, and then counts the scans. We want to be able to load the system of barcode tickets for the event, as there may be several ticket types for the event. Does anyone out there have one? Is anyone interested in building one? HeritageProductionsWNC.com
1
0
223
Jul ’25
CarPlay
Перестал показывать CarPlay после обновления, интересно скоро исправят?
1
0
58
Jul ’25
Satellite communications
I have a question about the operating procedure of the iPhone defaulting into satellite service. Post major storm we noticed that my phones would not allow us to connect to the satellite backup communication because the iPhone was still getting intermittent cell service even though the service that they were receiving via tower signal was that of the tower that had no connectivity (the individual cell tower may have been producing cell SIGNAL, but their ability to transfer data threw microwave or landline was terminated ). Previously, I asked if they could find a fix so that even if the phone is receiving what it is some or very little signal, you could opted to defer to settle in a situation such as this. When left in it’s current programming the phone will not make contact with either communication source leading it to be useless.
Replies
1
Boosts
0
Views
144
Activity
May ’25
Battery drain, overheating on iPhone 15 Pro With bugs
I Downloaded new beta 7 iOS 26 update and i have issues with my iPhone 15 pro
Replies
1
Boosts
0
Views
198
Activity
Aug ’25
App Attest receipts response 400
I tried to send it on the nodejs server I built. No success received 200 My work steps are as follows: The app executes “DCAppAttestService.shared.attestKey” to get receiptData from the acquired attestation. The app sends "receiptData.base64EncodedString()" to the server (code-1) Nodejs code (code-2) Because the app has been uploaded to TestFlight, I set the server IP to "data.appattest.apple.com" Is there something wrong with my steps? code-1 public func attestData(receipt:Data) { if DCDevice.current.isSupported { let sesh = URLSession(configuration: .default) var req = URLRequest(url: URL(string: "http://10.254.239.27:3000/attestationData")!) print(req) req.addValue("application/json", forHTTPHeaderField: "Content-Type") req.httpMethod = "POST" let data = try! JSONSerialization.data(withJSONObject: ["receipt": receipt.base64EncodedString()], options: []) req.httpBody = data let task = sesh.dataTask(with: req, completionHandler: { (data, response, error) in if let data = data, let jsonString = String(data: data, encoding: .utf8) { print(jsonString) } }) task.resume() } else { print("Platform is not supported. Make sure you aren't running in an emulator.") //self.stopActivity() } } code-2 versionRouter.post('/attestationData', function(req, response) { console.log("\n\n\n\n\n"); console.log("receiptApi"); var receiptBase64 = req.body.receipt; if (!receiptBase64) { return response.status(400).send({ error: 'Missing receipt data' }); } let binaryReceipt; if (typeof receiptBase64 === 'string') { const cleaned = receiptBase64.trim(); binaryReceipt = Buffer.from(cleaned, 'base64'); } if (Buffer.isBuffer(binaryReceipt)) { //binaryReceipt = receiptBase64; console.log("receipt is base64 或 Buffer: "+ Buffer.isBuffer(binaryReceipt)); } else { console.error('⚠️ receipt is not base64 or Buffer'); response.status(400).send("Receipt format error"); return; } var jwToken = jwt.sign({}, cert, { algorithm: 'ES256',header: { typ: undefined }, issuer: teamId, keyid: keyId}); var post_options = { host: 'data.appattest.apple.com', port: '443', path: '/v1/attestationData', method: 'POST', headers: { 'Authorization': jwToken, 'Content-Type': 'application/octet-stream', 'Content-Length': binaryReceipt.length } }; var post_req = https.request(post_options, function(res) { res.setEncoding('utf8'); console.log("📨 Apple Response Header:", res.headers); console.log("📨 Apple StatusCode:", res.statusCode); var data = ""; res.on('data', function (chunk) { data += chunk; }); res.on('end', function() { console.log(data); response.send({"status": res.statusCode, data: data}); }); }); post_req.on('error', function(e) { console.error('error:', e); response.status(500).send({ error: e.message }); }); post_req.write(binaryReceipt); post_req.end(); });
Replies
1
Boosts
0
Views
253
Activity
Apr ’25
Battery drain public beta 5 of ios 26 on Iphone 16 Pro
Hi , since I've been trying out this latest beta, my battery life has dropped dramatically. I have an iPhone 16 Pro. It doesn't last until the evening. I didn't have any problems with version 4 before. Thanks
Replies
3
Boosts
0
Views
363
Activity
Sep ’25
iOS 26
In iOS 26 the pitch of the sound of the keyboard clicks changes when you type faster. And the haptics have a more buttery feeling to them. Is this a bug and will be fixed. Or is this a new feature ?
Replies
1
Boosts
0
Views
127
Activity
Aug ’25
On latest beta iPhone 16 Pro Max
The camera/microphone usage light comes on whenever I switch apps. The only thing it shows when I try to see what app is accessing the camera or microphone is What it’s accessin: Camera and the app that is accessing Camera is the Camera app… shouldn’t it show the process or app that is using the Camera app to access the camera?
Replies
1
Boosts
0
Views
263
Activity
Aug ’25
Backup when wanting to connect to MacBook
Hi all, I’m trying to add a file to a game on my iPhone via my MacBook. Now we have no iTunes connecting with the cable brings up the same menus however I’m being told I have to reset my iPhone back to factory settings to do this (see attached). I’m on IOS26 beta 6. A couple of questions I’ve backed up via iCloud, if I reset would I be able to reset it right back to my current set up with the beta, would I lose anything? Is there another way to connect to my MacBook to enable access to the games and files that would allow me to do a minor change without having to reset?
Replies
5
Boosts
0
Views
314
Activity
Aug ’25
iOS 26 - Microphone is on 24 x 7 and Draining Battery !!!
I'm a Beta user for iOS 26. I update my iPhone whenever there is an update. The issue that I found out is, "my Microphone is ON the whole day & night (24 x 7 - There is an orange dot in my dynamic island area), which is also draining my battery faster. The overall performance has also come down. I gave microphone permission to only 3-4 apps (i.e. WhatsApp, WhatsApp Business, Alexa etc.), so there is no problem in the settings. I'm attaching one image here, which shows that iPhone is cont. using my mic.
Replies
1
Boosts
0
Views
322
Activity
Aug ’25
NFS shares seem to die after 5 mins on Sequoia 15.5
I don't know if this is the right place to raise this, so apologies if not. For years now, I have exported an NFS share from a host Mac which I connect to from a Raspberry Pi on the same network. I configure this by adding a line in /etc/exports - /Users/Pi -mapall=myusername This has always worked flawlessly, but since updating my Mac (M4 Mac Mini) to Sequoia 15.5 last week, it has developed a problem. If the NFS share is not accessed from the Pi for five minutes, it dies, and the Pi's file manager locks up necessitating a complete reboot. If I run a script on the PI which does an ls on the mounted share every 5 minutes, the lockup does not happen. But if I extend the period to 6 minutes, the lockup occurs. Something on the Mac NFS server seems to be dying in an unrecoverable fashion after five minutes of idle. Even with nfsd logging set to verbose, there is nothing helpful in the console logs. I am open to suggestions to further investigate or to try and fix this, but this is basically a showstopper for me - I need to be able to share data between Mac and Pi, and this is now broken.
Replies
2
Boosts
0
Views
191
Activity
Nov ’25
iOS 26 PB5 CarPlay possibly crashing car's infotainment system
This is purely speculation (but I have reason to believe it is the case) because I'm trying to narrow it down but, has anyone reported CarPlay in iOS 26 Beta potentially crashing vehicle infotainment systems? I have a 2025 Jeep Wrangler which is running UConnect 5. I can't prove it is the case but since updating to IOS 26 PB, I've been noticing that my infotainment system in my vehicle has been freezing, locking up, and resetting upon boot. I can't narrow this down to the phone causing it, but I can't rule it out as of now. I know that most of our infotainment units that offer CarPlay are typically running off Android, but is there a possibility that the iOS Beta is crashing our infotainment units upon connection? Again, I am just posting this to see if a) anyone can confirm that yes CarPlay can crash the Android backend of infotainment units or b) if anyone has experienced odd issues with CarPlay and their vehicle's infotainment system either freezing, crashing, or rebooting since installing iOS Beta 26. It happens when the iPhone is connected wirelessly via CarPlay, and I believe also when it is connected wired via CarPlay.
Replies
1
Boosts
0
Views
362
Activity
Sep ’25
macOS is experiencing a severe memory leak issue.
问题描述: 在这两个版本后出现了可能是聚焦索引导致的内存、硬盘泄漏,使得mds_stores内存占用高达60G,硬盘内存持续写入50G,上述情况持续到最大后,系统释放空间后继续重新写入,导致内存严重泄漏,在可用空间中,系统数据占用高达150G, 系统版本: macOS Tahoe26.0beta5(25A5338b)、以及beta4 复现步骤: 开机即启动,没有任何操作步骤 解决方法: 进入安全模式后这个问题未复现 可能原因: 聚焦索引出现bug,在安全模式下“启动台”无法搜索应用程序,暂时没有发现其他问题,极有可能是聚焦索引出现问题 可能影响到的软件: node.js、meven、vue等与开发者相关的软件,既有可能使聚焦索引了开发者的项目依赖文件节点模块,它包含有极其大量的小文件,这些文件不需要索引,可能是这个问题导致。 ###问题截图
Replies
3
Boosts
0
Views
406
Activity
Aug ’25
Wi-Fi issue with M4 iPad Pro… sort of
As above M4 iPad Pro and all of a sudden WiFi will go to missing the Bars at top right of screen and nothing works. However if you go into settings it shows that WiFi is still connected to my network. Have iPadOS 26 and problem is only on iPad. All other devices on the network show no issues. I have Gigabit service with Fios And my own rock solid router which works great. All my other Mac devices work fine. After a few minutes the WiFi returns but I don’t know why.
Replies
1
Boosts
0
Views
113
Activity
Aug ’25
tvOS 18.3 Beta Bug
Hello :-) I‘m not entirely sure, if I‘m on the correct Place here. But I would like to report a Bug with tvOS 18.3 (latest beta) to the Apple Engineers! When maximizing an app, a clear color jump occurs. The home screen is more colorful than the open app! You can easily force this: open an app, e.g. the App Store back to the home screen open the app again now you can see a color jump of the GUI!!! The color becomes paler when the app is open. On the home screen it is more colorful again! The problem occurs with every app! So it is a global tvOS Bug! I can also send an example video if that's helpful! Best regards, Christian :-)
Replies
5
Boosts
0
Views
403
Activity
Jun ’25
My phone has been compromised it has a hidden Vodafone uk profile on it and has remote access
Local device UUID: D274255B-6B16-4F84-93F5-9F2D254F2952 Messaging Protocol Version: 7 Product Type: iPhone13,1 OS Build: 18.6 (22G86) Properties: { AppleInternal => false CPUArchitecture => arm64e ChipID => 33025 EffectiveProductionStatusSEP => true EthernetMacAddress => 8c:7a:aa:54:cc:c1 HWModel => D52gAP HasSEP => true HumanReadableProductVersionString => 18.6 ThinningProductType => iPhone13,1 IsUIBuild => true RegionInfo => B/A RestoreLongVersion => 22.7.86.0.0,0 DeviceSupportsLockdown => true EffectiveSecurityModeAp => true SigningFuse => true SupplementalBuildVersion => 22G86 BuildVersion => 22G86 OSVersion => 18.6 SensitivePropertiesVisible => true Image4CryptoHashMethod => sha2-384 MobileDeviceMinimumVersion => 1774 ProductName => iPhone OS ProductType => iPhone13,1 SerialNumber => F4GH903B0GPQ BootSessionUUID => 01040BD3-F4E5-4087-9759-A97D33430BA6 BoardId => 10 DeviceColor => 1 EffectiveProductionStatusAp => true EffectiveSecurityModeSEP => true StoreDemoMode => false UniqueChipID => 1500017497145374 UniqueDeviceID => 00008101-000554420A13001E OSInstallEnvironment => false RemoteXPCVersionFlags => 72057594037927942 CertificateProductionStatus => true CertificateSecurityMode => true DeviceClass => iPhone DeviceEnclosureColor => 2 ModelNumber => MGDY3 RegionCode => B SecurityDomain => 1 HardwarePlatform => t8101 Image4Supported => true IsVirtualDevice => false } Services: com.apple.idamd.shim.remote com.apple.atc2.shim.remote com.apple.PurpleReverseProxy.Ctrl.shim.remote com.apple.syslog_relay.shim.remote com.apple.commcenter.mobile-helper-cbupdateservice.shim.remote com.apple.mobile.MCInstall.shim.remote com.apple.crashreportcopymobile.shim.remote com.apple.GPUTools.MobileService.shim.remote com.apple.mobile.mobile_image_mounter.shim.remote com.apple.mobile.installation_proxy.shim.remote com.apple.bluetooth.BTPacketLogger.shim.remote com.apple.mobilesync.shim.remote com.apple.mobile.diagnostics_relay.shim.remote com.apple.mobile.house_arrest.shim.remote com.apple.mobileactivationd.shim.remote com.apple.internal.devicecompute.CoreDeviceProxy.shim.remote com.apple.springboardservices.shim.remote com.apple.osanalytics.logTransfer com.apple.sysdiagnose.remote.trusted com.apple.RestoreRemoteServices.restoreserviced com.apple.os_trace_relay.shim.remote com.apple.mobile.heartbeat.shim.remote com.apple.internal.devicecompute.CoreDeviceProxy com.apple.mobile.insecure_notification_proxy.remote com.apple.amfi.lockdown.shim.remote com.apple.mobile.notification_proxy.shim.remote com.apple.corecaptured.remoteservice com.apple.mobile.lockdown.remote.trusted com.apple.mobile.storage_mounter_proxy.bridge com.apple.iosdiagnostics.relay.shim.remote com.apple.crashreportmover.shim.remote com.apple.pcapd.shim.remote com.apple.afc.shim.remote com.apple.misagent.shim.remote com.apple.atc.shim.remote com.apple.mobilebackup2.shim.remote com.apple.preboardservice_v2.shim.remote com.apple.PurpleReverseProxy.Conn.shim.remote com.apple.accessibility.axAuditDaemon.remoteserver.shim.remote com.apple.backgroundassets.lockdownservice.shim.remote com.apple.mobile.assertion_agent.shim.remote com.apple.dt.remotepairingdeviced.lockdown.shim.remote com.apple.streaming_zip_conduit.shim.remote com.apple.mobile.insecure_notification_proxy.shim.remote com.apple.mobile.file_relay.shim.remote com.apple.sysdiagnose.remote com.apple.security.cryptexd.remote com.apple.preboardservice.shim.remote com.apple.companion_proxy.shim.remote com.apple.internal.dt.coredevice.untrusted.tunnelservice com.apple.remote.installcoordination_proxy com.apple.mobile.lockdown.remote.untrusted com.apple.webinspector.shim.remote com.apple.dt.remoteFetchSymbols com.apple.carkit.service.shim.remote com.apple.carkit.remote-iap.service com.apple.mobile.notification_proxy.remote Identity: Public key SHA256: H1I14zdIbezT7CJ6Ec2C+woeAvYq56VSmloPViOZ/MQ=
Replies
1
Boosts
0
Views
199
Activity
Aug ’25
Hello world
My first app
Replies
1
Boosts
0
Views
139
Activity
Jul ’25
Wireless audio calibration with AirPlay speakers
Hey, I have AirPlay speakers that I want to use as permanent speakers on my Apple TV. It is possible since tvOS 26. I want to delete the delay from the connection to the speakers and tried out the wireless audio calibration, but then the TV speakers go on and it only works there, not on the speakers. Does anyone have a solution?
Replies
2
Boosts
0
Views
258
Activity
Jul ’25
Found Possible WiFi Exploit
was that Spokane, Washington my fresh my fresh basket and they’re using a expired Wi-Fi certification domain through godaddy.com that expire April 30, 2020 I have a complete information on it if anybody needs me to forward it or wants to examine it their selves but be wary when you connected to the Wi-Fi over at my fresh basket at in Spokane, Washington
Replies
1
Boosts
0
Views
361
Activity
Jul ’25
Scanning with iPhone to capture the count
We have an application that creates, manages, and delivers tickets for events. Currently, clients and using a printout of purchasers to capture the number of tickets (patrons) attending. We want to have a SIMPLE scanning app on the iPhone that scans the ticket barcode, recognizes it as current, and then counts the scans. We want to be able to load the system of barcode tickets for the event, as there may be several ticket types for the event. Does anyone out there have one? Is anyone interested in building one? HeritageProductionsWNC.com
Replies
1
Boosts
0
Views
223
Activity
Jul ’25
CarPlay
Перестал показывать CarPlay после обновления, интересно скоро исправят?
Replies
1
Boosts
0
Views
58
Activity
Jul ’25
--no-pie flag on Silicon?
Just a short question: Why Apple removed the "--no-pie " flag wich is essential for JIT Emulators? Asking for a friend (developer).
Replies
1
Boosts
0
Views
177
Activity
Aug ’25