I have noticed on this page that the app icon can be changed on visionOS. But when I try to use UIApplication.shared.setAlternateAppIcon I get an error on the log saying the feature isn’t supported.
Could anyone from Apple please clarify this?
Post
Replies
Boosts
Views
Activity
At the moment you cannot mention Vision Pro in your iOS or macOS store listing. You can only mention it for your native visionOS listing. Since your app will run on the Vision Pro as an iPad app it is considered part of the iOS listing and not visionOS.
Go to Xcode build settings and change Base SDK to visionOS.
What are your logs showing? I'm having issues as well on both iOS 17 and watchOS 10. The most interesting part is this:
("CoreData: CloudKit Setup"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this.
Also, do you see your app contacting iCloud servers in app privacy report?
Any update on this issue? It’s still present in 17.0.2.
Looking at the app privacy report it never makes any attempt to connect to iCloud servers.
I also noticed this when looking at the logs:
Background Task 5 ("CoreData: CloudKit Setup"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this.
Has this been an issue in the past? I just added IAP in my app and faced the same problem. I emailed Apple Developer Support about it and waiting to hear back.