Posts

Post marked as solved
13 Replies
it works @Mr. Brightside :) thank you 🙏🏻
Post marked as solved
13 Replies
But what concerns me is that for some apps, on iOS 17 beta Spotlight Search does work, e.g. on both Venmo and WhatsApp you can search for friends on Spotlight. So I'm a little worried that Apple would consider this as not broken since it works for some apps. @baofromsf are you sure WhatsApp and Venmo - on iOS 17 devices - are built with latest Xcode 15 beta? The problem is related to apps built with latest beta SDK only.
Post marked as solved
13 Replies
Same on our side.. still broken in the latest beta. Not clear if a new API is required or Apple has to fix the actual one 🤷🏻‍♂️
Post not yet marked as solved
7 Replies
Question: what happens to app with modified icons if from next update i'm gonna remove the possibility to change manually them? Does the system automatically restore the original one?
Post marked as Apple Recommended
Apple explained this case is just for the Account Deletion only. If you revoke the access into the Settings i suppose the revoke is sent automatically by the system. If your app offers Sign in with Apple, you’ll need to use the Sign in with Apple REST API to revoke user tokens when deleting an account.
Post not yet marked as solved
13 Replies
Hi @lablanca @MaheshBabu On our side Apple said what i've explained before, so: a) if you allows account creation then you should provide account deletion b) the deletion request should start from the app. WebView and Safari link are not allowed. c) the deletion request does not necessary need to be instant (but you should provide the average time to complete that - in our case 30 days) d) The process must follow the tap on button to delete user data wihtout any other user interaction (like mail, forms, webiew and so on) e) the flow (speaking about UX/UI) should be clear for the user and not hidden inside the application. I can report our example: we're gonna add a new button on user account to delete the user. Once tapped the user lands in a specific controller where our policy reports all the deletion info and once confirmed the user will be informed that our customer care will be in touch with him for confirm details and further checks if needed (pending payments, orders ...). In maximum 30days the user data will be deleted and the user will be signed out from our application. - Apple confirms this flow is acceptable -
Post not yet marked as solved
13 Replies
We re in contact with Apple Eng/AppReview team and these are their answer (TBC in the next days): Our question was about to fill a mail automatically for the user (via CTA) and wait CC response. Below the Apple feedback: In order to save you time, and based on my experience through helping other developers, I think App Review will most likely say this isn’t enough and that you will need to implement some kind of deletion flow (web view is OK, linking out to Safari is not). Based on my other threads on this topic with App Review, sending in email or filling a form is most likely not OK, because the flow needs to be in app.
Post not yet marked as solved
7 Replies
@iwantpizzadotcom I've just fixed the issue renaming the icons (see this) and fixing the plist adding <key>CFBundleIcons~ipad</key>node. Look also at bottom answer to setup the plist.
Post not yet marked as solved
7 Replies
Same issue for me. Recently AppStore connect reports these warnings: ITMS-90890: Missing recommended icon - The bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels, ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0.
Post marked as solved
29 Replies
Beta 7 is out and it's seems the alert has been fixed. Just tried with my apps built with Xcode 12.5 beta.
Post not yet marked as solved
2 Replies
Ehi @dima, this notification is triggered every time "didCompleteWithAuthorization" is called (see https://forums.developer.apple.com/message/386179#386179). Can you provide support? Is it a bug?