Thank you @DTS Engineer .
It looks Firebase is the main problem here (a lot of issues opened days ago), @iamgaspar check this https://github.com/firebase/firebase-ios-sdk/releases/tag/10.28.1.
I've just found that :)
Post
Replies
Boosts
Views
Activity
it works @Mr. Brightside :) thank you 🙏🏻
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.
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 🤷🏻♂️
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?
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.
I have the same issue building my app with exteranl SDKs imported via SPM.. I can't find a solution. Any idea?
Do you know a fix to build external SPM sdks as arm64? In my project i've a few external sdks but i can't build the entire project to arm64 errors...
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 -
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.
Any news about that? I agree with @azinicus1, actually we dont have enough information to start working on it.
@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.
+1 for me. Same question here :)
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.
Beta 7 is out and it's seems the alert has been fixed. Just tried with my apps built with Xcode 12.5 beta.