Shopify / mobile-buy-sdk-ios

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using Apple Pay or their credit card.
MIT License
452 stars 199 forks source link

Will the SDK support to delete the customer data as per the new apple guidelines #1173

Open MailNicky opened 2 years ago

MailNicky commented 2 years ago

https://developer.apple.com/news/?id=mdkbobfo

aaarozco commented 2 years ago

Based on what I've read online between different forums, it sounds like the application only needs to allow the initiation of the account deletion.

The updates to App Store Review Guideline 5.1.1 last June provided users with greater control over their personal data, stating that all apps that allow for account creation must also allow users to initiate deletion of their account from within the app.

This could be something as simple as opening a prepopulated email to be sent to your support team with an account deletion message.

antoinelamy commented 2 years ago

Based on what I've read online between different forums, it sounds like the application only needs to allow the initiation of the account deletion.

The updates to App Store Review Guideline 5.1.1 last June provided users with greater control over their personal data, stating that all apps that allow for account creation must also allow users to initiate deletion of their account from within the app.

This could be something as simple as opening a prepopulated email to be sent to your support team with an account deletion message.

We implemented just that and it got rejected from the App Store. The reason was that iOS users requires a better user experience than sending an email.

kierobinson1 commented 1 year ago

Hello everyone, We’ve had our app rejected for this reason, and wondered if you ever figured out a way to offer account deletion?

Thank you!