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

Call failed problem
Hello, I recently downloaded the new beta IOS 26 update and since then (about a week back) I haven’t been able to make direct calls .Is there a solution to this problem. If so, please help me Thank you so much 🙏🏼
0
0
41
Aug ’25
Called failed problem
Hello, I recently got the IOS 26 beta update and since then(about a week back) I haven’t been able to make di calls to anyone it keeps sayin “call failed” whenever I try to make a call…can this be solved🙏🏼 Thank you for the help.
0
0
65
Aug ’25
visionos 26.0 beta4 崩溃在SwiftUICore中
我的app在visionos 26之前版本都没问题,在visionos 26.0 beta4回偶现崩溃,崩溃日志如下,请帮忙查看一下是什么原因。 ![]("https://developer.apple.com/forums/content/attachment/9ee5076b-4d44-46d5-b2d9-75990472f28e" title=5061754296104_.pic.jpg;width=1226;height=314") 2025-08-03_02-39-54.3821_+0800-dc8d3e0ef19b8fdf238a633f27d2d7e744fc3715.crash 2025-08-03_02-38-59.0434_+0800-d409b5d648e89b1cd4ecc176f4f53facec65441c.crash
0
0
95
Aug ’25
Why is Apple rejecting my app?
Hi developer's community. So i got my app on playstore already on trying to come on Appstore and it got flagged for copycat / Design Voilation. I reached out to the review team and i got this screenshot added below , any help ? We have our app running on playstore
0
0
174
Aug ’25
Porting Games Over to Apple Arcade
Hi all, I'm working for a publisher, and we're looking to bring some of our PC/console titles over to Apple Arcade - how viable is this? Is Unity or Unreal Engine easier to port from? Does anyone have any contacts with porting studios who have done this before? Thanks
0
0
51
Apr ’25
Problem with login access and security on iOS 26, iPhone 13 Pro Max
Hi, I have an iPhone 13 Pro Max running iOS 26.0 (beta). After installing the update, I get a message stating that I need to update my Apple account settings. When I log in, it freezes and nothing can be done. I also can't access the login and security settings, as it also freezes and won't progress. Also, the option to install beta versions has disappeared. I don't know why? Could it be that since I have the latest beta, the option disappears until a new update? Please help!
0
0
218
Aug ’25
DeviceActivityEvent will still execute even if the app is not in use
I use DeviceActivityCenter to monitor app usage. For DeviceActivityEvent, I set 30 events, and the threshold of each event increases by 2 minutes: var events: [DeviceActivityEvent.Name: DeviceActivityEvent] = [:] for index in 0..<30 { let threshold = (index == 29) ? DateComponents(hour: 1) : DateComponents(minute: (index + 1) * 2) let name = DeviceActivityEvent.Name("\(prefix)|\(index)") events[name] = DeviceActivityEvent(applications: tokens, threshold: threshold) } After reaching the last DeviceActivityEvent, I will restart directly in DeviceActivityMonitor private func restartMonitoring(activity: DeviceActivityName) { let center = DeviceActivityCenter() let currentEvents = center.events(for: activity) do { try center.startMonitoring(activity, during: schedule, events: currentEvents) } catch { print("Fail: \(error)") } } But I found that after restarting, DeviceActivityEvent will be automatically executed even if I don't use the app. My iOS version is 18.5
0
0
124
Jun ’25
No calls history after downgrading from iOS 26
Hi, I made backup as Apple suggested. Then I updated to iOS 26 developer beta. Because it was slow and laggy I downgraded back to 18.5 with iTunes on MacBook. After restoring backup I cannot get history (recent calls) working. I tried to change region, airplane mode, reset network settings, change date and time, reboot (3x). Basically I guess I tried everything I cloud find online. Still call history doesn't work. Is there any fix for this? Before restoring backup I reinstalled everything in restore mode.
0
0
47
Jun ’25
Can't enroll to Developer Program - Super cryptic Support replies
I've tried for more than a week to join the Apple Developer Program without success but with super cryptic replies from Apple Developer Support. Looking to hear whether this has happened to others and how you resolved it. This has happened: Right after I submitted pictures of my driver's license I got the message "There may be an issue with your account that needs to be resolved before you can continue. Please contact support". No further information.. I contact support, they say my ID could not be verified, and does not give any further explanation, and not replying to my question whether I should provide another ID, like passport. Now that I try to click "Enroll", I automatically get the message "Your enrollment could not be completed" - AND my dad's name now appear as the account name! Even though I started from my personal Apple Account. I don't understand what is happening. Family sharing is not on. I'm just hitting a dead end of vague replies and silence from Support, and with no actual error messages on what is wrong I'm at a loss for what to do. Any tips or help is much appreciated.
0
0
246
Aug ’25
Understanding Battery Usage Percentage Calculation in iOS 26
Hello, I have a question regarding the new battery usage interface in iOS 26. As shown in the attached screenshot, the system displays battery usage per app as a percentage (%). I’m curious about how this percentage is calculated. From what I can tell, it doesn’t seem to reflect the actual battery consumption per process, excluding the device’s base standby power. It rather appears to be calculated as a relative percentage based on total battery drain, possibly including system idle power. Is there any way to understand or estimate the actual battery usage per app, excluding the device’s inherent standby power consumption? Thank you.
0
0
220
Jul ’25
CarPlay Turn-By-Turn Entitlements
Hello Devs, I wanted to bring this up to display the frustration that I have obtaining the CarPlay entitlements. First and foremost they don't give you a set timeline and there is no contact number to speak to someone about this. When you call developer support they go on and say it is a different department. There is an email but all I have received is an automated response back to me. Has anyone received the navigation entitlements and if so what was the timeline of you receiving it?
0
0
143
Jun ’25
Corrupt IOS Beta 4 and iPad
Hi, Have done the update for IOS Beta 4 and after it was done the screen just had the background and no icons. Couldn't get to any of the icons. Tried to do a restore on the iPad from my Mac and it started the restore but then got the message that it errored out and gave me this: Need help trying to get this fixed. Also tried a computer that wasn't in the beta and got the same error message. Tried to turn it off and then see if it would go back to the error before and it just stays in recovery mode. Please help. Thank you.
0
0
151
Jul ’25
Navigation
I am having trouble passing custom data in an array with a navigation stack. I want to display a subview with the same data structure (title, headline, picture placement etc), with different data attached for each of my list view items
0
0
62
Apr ’25
Call failed problem
Hello, I recently downloaded the new beta IOS 26 update and since then (about a week back) I haven’t been able to make direct calls .Is there a solution to this problem. If so, please help me Thank you so much 🙏🏼
Replies
0
Boosts
0
Views
41
Activity
Aug ’25
Called failed problem
Hello, I recently got the IOS 26 beta update and since then(about a week back) I haven’t been able to make di calls to anyone it keeps sayin “call failed” whenever I try to make a call…can this be solved🙏🏼 Thank you for the help.
Replies
0
Boosts
0
Views
65
Activity
Aug ’25
visionos 26.0 beta4 崩溃在SwiftUICore中
我的app在visionos 26之前版本都没问题,在visionos 26.0 beta4回偶现崩溃,崩溃日志如下,请帮忙查看一下是什么原因。 ![]("https://developer.apple.com/forums/content/attachment/9ee5076b-4d44-46d5-b2d9-75990472f28e" title=5061754296104_.pic.jpg;width=1226;height=314") 2025-08-03_02-39-54.3821_+0800-dc8d3e0ef19b8fdf238a633f27d2d7e744fc3715.crash 2025-08-03_02-38-59.0434_+0800-d409b5d648e89b1cd4ecc176f4f53facec65441c.crash
Replies
0
Boosts
0
Views
95
Activity
Aug ’25
Why is Apple rejecting my app?
Hi developer's community. So i got my app on playstore already on trying to come on Appstore and it got flagged for copycat / Design Voilation. I reached out to the review team and i got this screenshot added below , any help ? We have our app running on playstore
Replies
0
Boosts
0
Views
174
Activity
Aug ’25
Porting Games Over to Apple Arcade
Hi all, I'm working for a publisher, and we're looking to bring some of our PC/console titles over to Apple Arcade - how viable is this? Is Unity or Unreal Engine easier to port from? Does anyone have any contacts with porting studios who have done this before? Thanks
Replies
0
Boosts
0
Views
51
Activity
Apr ’25
Problem with login access and security on iOS 26, iPhone 13 Pro Max
Hi, I have an iPhone 13 Pro Max running iOS 26.0 (beta). After installing the update, I get a message stating that I need to update my Apple account settings. When I log in, it freezes and nothing can be done. I also can't access the login and security settings, as it also freezes and won't progress. Also, the option to install beta versions has disappeared. I don't know why? Could it be that since I have the latest beta, the option disappears until a new update? Please help!
Replies
0
Boosts
0
Views
218
Activity
Aug ’25
Fix for screen time?
I was experimenting with the screen time controls to see how it affected an app I am working on and I created a screen time passcode that I later forgot. Any fix? I can't find the "forgot passcode" button anywhere and I am now unable to turn off find my as a result.
Replies
0
Boosts
1
Views
101
Activity
Apr ’25
No eSIM service after updating to iOS 26 beta
I have no service on my eSIM a few days after updating my phone to iOS 26 beta
Replies
0
Boosts
0
Views
104
Activity
Aug ’25
DeviceActivityEvent will still execute even if the app is not in use
I use DeviceActivityCenter to monitor app usage. For DeviceActivityEvent, I set 30 events, and the threshold of each event increases by 2 minutes: var events: [DeviceActivityEvent.Name: DeviceActivityEvent] = [:] for index in 0..<30 { let threshold = (index == 29) ? DateComponents(hour: 1) : DateComponents(minute: (index + 1) * 2) let name = DeviceActivityEvent.Name("\(prefix)|\(index)") events[name] = DeviceActivityEvent(applications: tokens, threshold: threshold) } After reaching the last DeviceActivityEvent, I will restart directly in DeviceActivityMonitor private func restartMonitoring(activity: DeviceActivityName) { let center = DeviceActivityCenter() let currentEvents = center.events(for: activity) do { try center.startMonitoring(activity, during: schedule, events: currentEvents) } catch { print("Fail: \(error)") } } But I found that after restarting, DeviceActivityEvent will be automatically executed even if I don't use the app. My iOS version is 18.5
Replies
0
Boosts
0
Views
124
Activity
Jun ’25
iPhone13pro max 美版A2484 iOS 26.0 (23A5276f)
触控按钮里面的截屏功能无法使用。按键组合截屏可以是正常使用。
Replies
0
Boosts
0
Views
60
Activity
Jun ’25
No calls history after downgrading from iOS 26
Hi, I made backup as Apple suggested. Then I updated to iOS 26 developer beta. Because it was slow and laggy I downgraded back to 18.5 with iTunes on MacBook. After restoring backup I cannot get history (recent calls) working. I tried to change region, airplane mode, reset network settings, change date and time, reboot (3x). Basically I guess I tried everything I cloud find online. Still call history doesn't work. Is there any fix for this? Before restoring backup I reinstalled everything in restore mode.
Replies
0
Boosts
0
Views
47
Activity
Jun ’25
Can't enroll to Developer Program - Super cryptic Support replies
I've tried for more than a week to join the Apple Developer Program without success but with super cryptic replies from Apple Developer Support. Looking to hear whether this has happened to others and how you resolved it. This has happened: Right after I submitted pictures of my driver's license I got the message "There may be an issue with your account that needs to be resolved before you can continue. Please contact support". No further information.. I contact support, they say my ID could not be verified, and does not give any further explanation, and not replying to my question whether I should provide another ID, like passport. Now that I try to click "Enroll", I automatically get the message "Your enrollment could not be completed" - AND my dad's name now appear as the account name! Even though I started from my personal Apple Account. I don't understand what is happening. Family sharing is not on. I'm just hitting a dead end of vague replies and silence from Support, and with no actual error messages on what is wrong I'm at a loss for what to do. Any tips or help is much appreciated.
Replies
0
Boosts
0
Views
246
Activity
Aug ’25
Understanding Battery Usage Percentage Calculation in iOS 26
Hello, I have a question regarding the new battery usage interface in iOS 26. As shown in the attached screenshot, the system displays battery usage per app as a percentage (%). I’m curious about how this percentage is calculated. From what I can tell, it doesn’t seem to reflect the actual battery consumption per process, excluding the device’s base standby power. It rather appears to be calculated as a relative percentage based on total battery drain, possibly including system idle power. Is there any way to understand or estimate the actual battery usage per app, excluding the device’s inherent standby power consumption? Thank you.
Replies
0
Boosts
0
Views
220
Activity
Jul ’25
Lucid app freeze
Lucid app frozen after ios26 beets install. Any ideas when the fix will occur?
Replies
0
Boosts
0
Views
144
Activity
Aug ’25
CarPlay Turn-By-Turn Entitlements
Hello Devs, I wanted to bring this up to display the frustration that I have obtaining the CarPlay entitlements. First and foremost they don't give you a set timeline and there is no contact number to speak to someone about this. When you call developer support they go on and say it is a different department. There is an email but all I have received is an automated response back to me. Has anyone received the navigation entitlements and if so what was the timeline of you receiving it?
Replies
0
Boosts
0
Views
143
Activity
Jun ’25
Corrupt IOS Beta 4 and iPad
Hi, Have done the update for IOS Beta 4 and after it was done the screen just had the background and no icons. Couldn't get to any of the icons. Tried to do a restore on the iPad from my Mac and it started the restore but then got the message that it errored out and gave me this: Need help trying to get this fixed. Also tried a computer that wasn't in the beta and got the same error message. Tried to turn it off and then see if it would go back to the error before and it just stays in recovery mode. Please help. Thank you.
Replies
0
Boosts
0
Views
151
Activity
Jul ’25
Running IOS18.5 Beta on iPhone 16 Pro Max
I'm running IOS 18.5 on my iPhone 16 Pro Max. If I delete an email on my iPhone, it is still in the inbox on my iMac. If I delete an email on my iMac it is deleted from the inbox on my iPhone. Is this because of the Beta software on my phone?
Replies
0
Boosts
0
Views
106
Activity
Jun ’25
Navigation
I am having trouble passing custom data in an array with a navigation stack. I want to display a subview with the same data structure (title, headline, picture placement etc), with different data attached for each of my list view items
Replies
0
Boosts
0
Views
62
Activity
Apr ’25
Paying a Apple Developer Membership with Managed Apple ID
Is it possible to pay for a Apple Developer membership with a managed Apple ID as the account holder?
Replies
0
Boosts
0
Views
101
Activity
Jun ’25
IOS 26 Slow Motion Video
Please can anyone advise where to find SloMo video on IOS26? it was part of the options at the bottom on IOS18 but now appears to have disappeared on IOS26. Many thanks
Replies
0
Boosts
0
Views
214
Activity
Jul ’25