I created a tvOS version in App Store Connect by mistake. The remove button seems to be missing in the new App Store Connect update.
Post
Replies
Boosts
Views
Activity
I created a tvOS version in App Store Connect by mistake. The remove button seems to be missing in the new App Store Connect update.
They can send them for up to 8 hours after download I believe. And yes they will open the clip.
Im guessing they will not work.
I think I found it: DisclosureGroup - https://developer.apple.com/documentation/swiftui/disclosuregroup
Haven't tested yet.
I get the error in an alert in the Files app when I drop a jpeg in a folder. (iOS 14.0 Release)
Im getting the error on Xcode 12.2 and I'm not even adding Mac-specific icons, I'm just letting it use the iOS icons. Must be a bug.
Upon more testing, clicking "New Document" will successfully show the template chooser modally, and from there the editor VC can be presented successfully as well. Not sure why this works, but not directly opening the document.
Same question. I want to set a custom cursor for my *entire* game, but not sure where/how to do it.
Still an issue on 14.3. I will file a bug report.
Exact same issue here on Big Sur 11.2 as well.
(As a workaround, when I want to open a document VC on catalyst, I set the rootViewController to the document VC instead of presenting it on top.)
Same issue here: Thread - https://developer.apple.com/forums/thread/670247?answerId=659970022#659970022
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.”
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.)
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)