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.
Post
Replies
Boosts
Views
Activity
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.
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?
Go to Xcode build settings and change Base SDK to visionOS.
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.
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?
Noticed this as well. But IAPs are working in the simulator.
Is “Make iPhone and iPad apps available on Apple Vision Pro” enabled for the testing group?
This is still happening with Xcode 15.3 RC 2. Any update from Apple regarding this issue?
Is there no way to browse by tag anymore? That's one thing I liked about the old site.
@B347 the old site had a full list of tags that existed on the site, which contain discussions about very specific parts of the APIs. The search bar is not a sufficient alternative for this and doesn't even have autocomplete.
This was how it looked on the old site:
On the new site, the topics are less specific. For example, the network extension discussions are grouped alongside other networking discussions in a general networking topic. The tags to the specific networking APIs should be shown on the networking sub-topic at least.
Solved in the latest Xcode 16 beta
Fixed in beta 4!
Feedback ID: FB15281821
This issue continues to be present in iOS 18.1 beta 7. Your documentation says it can be used with TextField, but it doesn't seem to work. Any idea when this will be fixed?