Post

Replies

Boosts

Views

Activity

Reply to Welcome to Apple Developer Community Spaces!
@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.
May ’24
Reply to watchOS 10: CloudKit CoreData Sync (NSPersistentCloudKitContainer) Requires Watch on Charger
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?
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’23
Reply to CloudKit not working properly in iOS 17 RC
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.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’23
Reply to Can't disable Writing Tools for SwiftUI TextField
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?
Replies
Boosts
Views
Activity
Oct ’24
Reply to Can't disable Writing Tools for SwiftUI TextField
Feedback ID: FB15281821
Replies
Boosts
Views
Activity
Sep ’24
Reply to Cannot navigate to external webpages from internal extension pages
Fixed in beta 4!
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to LAContext.biometryType now requires visionOS 2.0 in Xcode 16
Solved in the latest Xcode 16 beta
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Welcome to Apple Developer Community Spaces!
@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.
Replies
Boosts
Views
Activity
May ’24
Reply to Welcome to Apple Developer Community Spaces!
Is there no way to browse by tag anymore? That's one thing I liked about the old site.
Replies
Boosts
Views
Activity
May ’24
Reply to Apps containing App Intents and built using the visionOS 1.1 SDK crash on visionOS 1.0
This is still happening with Xcode 15.3 RC 2. Any update from Apple regarding this issue?
Replies
Boosts
Views
Activity
Mar ’24
Reply to TestFlight for iPad (iOS) App in Apple Vision Pro issue (visionOS)
Is “Make iPhone and iPad apps available on Apple Vision Pro” enabled for the testing group?
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to In-app purchase on visionOS
Noticed this as well. But IAPs are working in the simulator.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Are alternate app icons supported for visionOS apps?
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?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Submission with destination Apple Vision (Designed for iPad) rejected because of references to pre release product
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.
Replies
Boosts
Views
Activity
Jan ’24
Reply to visionOS Build Issues
Go to Xcode build settings and change Base SDK to visionOS.
Replies
Boosts
Views
Activity
Jan ’24
Reply to watchOS 10: CloudKit CoreData Sync (NSPersistentCloudKitContainer) Requires Watch on Charger
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?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to CloudKit not working properly in iOS 17 RC
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.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Got 'Purchase of this item is not currently available This item is being modified. Please try again later' when testing purchasing.
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.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’23