Posts

Post not yet marked as solved
2 Replies
Same here. I used to list four file icons in CFBundleTypeIconFiles and forgot about them and deleted them. The file names are still listed in the CGBundleTypeIconFiles array, but there are no more files in the bundle. Interesting enough: it still works, but the system seems to create the icon itself (showing a small version of the app icon, below there is the file type - see below).
Post not yet marked as solved
1 Replies
Maybe your solution is here: https://stackoverflow.com/questions/70870182/app-store-connect-app-rejected-missing-purpose-strings-but-strings-exist-in-info
Post not yet marked as solved
27 Replies
Having now submitted several privacy entitlement requests, I am receiving the following answers from Apple: "Thank you for your interest in the user-assigned device name entitlement. We need more information in order to review your request. Please review the entitlement documentation and provide screenshots of your app to show that the user-assigned device name is visible to the user." Well, I would have loved to upload that screenshot in the first place, but the application form did not provide a possibility for that. Now, that I still would love to upload that screenshot, Apple (still) does not tell me WHERE to upload it (the documentation page does not tell). Does someone else have this information? ;-)
Post not yet marked as solved
1 Replies
Similar here, but even worse! We are having more and more users who have the same issue after any kind of updates (os updates as well as app updates). The app shows the launch screen and then quits, no even calling didFinishLaunching. In same cases, the workaround is to send the app to icloud (offload) and then restart it, restoring all data from the cloud. Unfortunately, this worked fine in iOS 13 but does not always work in iOS 14.0. Currently, the only way to make the app work again is to delete and reinstall it, letting the user lose all of the data assign to the app. THIS IS A DESASTER for most of our users. We URGENTLY need a solution.
Post not yet marked as solved
94 Replies
That's right of course. You must provide an update that contains the key in the App's Info.plist. Any update is a new installation.So what you mean is: if you install the update providing the key on iOS12 and do the upgrade to iOS13, it mechanism won't work either? Weird...
Post not yet marked as solved
94 Replies
Hi there, managed to fix the problem for me.Adding public.data value to the UTTypeConformsTo key did the trick.<key>UTTypeConformsTo</key> <array> <string>public.data</string> </array>
Post not yet marked as solved
11 Replies
You should try and restart your Mac. Then, start the simulator app. That helped at my place.
Post marked as solved
5 Replies
GREAT!That worked for me as well!Thank you very much!
Post not yet marked as solved
11 Replies
Same thing here, even in GM 2
Post marked as solved
5 Replies
Same thing here. Annoying.