Post

Replies

Boosts

Views

Activity

Reply to Can UIDocumentPickerViewController export/move a directory and it's contents to an iCloud directory?
I can't get UIDocumentPickerViewController to work when I pass in the URL of a zip file bundled in my app for export. The UIDocumentPickerViewController shows up and says "0 Items" will be exported. Are zip files allowed for export? Edit: The issue was the bundled zip file was not able to be moved. To fix I added "asCopy: true". UIDocumentPickerViewController(forExporting: [zipURL], asCopy: true)
Apr ’21
Reply to Background tasks scheduled using BGTaskScheduler not getting triggered
Background tasks are also not working for me. I can manually start the Operation and it runs. But the scheduled background task is never ran, and “debug > simulate background task” doesn’t do anything either.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to delete an app from app bundle
Still not sure how to delete the old bundle... This system should be fixed. You should be able to edit bundles without deleting them and creating them again.
Replies
Boosts
Views
Activity
Jun ’21
Reply to Shortcuts: "There was a problem with the app"
Make sure you select your intent target when you run, and not your app target. This can surface the error in Xcode. (My issue was too much RAM usage.)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Can UIDocumentPickerViewController export/move a directory and it's contents to an iCloud directory?
I can't get UIDocumentPickerViewController to work when I pass in the URL of a zip file bundled in my app for export. The UIDocumentPickerViewController shows up and says "0 Items" will be exported. Are zip files allowed for export? Edit: The issue was the bundled zip file was not able to be moved. To fix I added "asCopy: true". UIDocumentPickerViewController(forExporting: [zipURL], asCopy: true)
Replies
Boosts
Views
Activity
Apr ’21
Reply to Why do I need to accept a "Paid Applications" contract when updating my free apps?
Is banking details required to accept the agreement? My company does not want to provide their bank details since they only offer a free app. (This should be fixed.)
Replies
Boosts
Views
Activity
Apr ’21
Reply to Add app to an existing bundle
The tooltip in App Store connect seems to suggest you can add apps: “Only apps in the Ready for Sale, Removed from Sale, or Developer Removed from Sale state can be added to a bundle.”
Replies
Boosts
Views
Activity
Apr ’21