Assistance with Implementing Apple Sign-In in Compliance with App Store Guidelines
- 0
- Self Hosted
- Apple
I'm currently developing an iOS app using Appwrite and recently received feedback from Apple's App Store Review team regarding the sign-in process. According to Apple, my app directs users to the default web browser for signing in or registering, which they consider a poor user experience. [this only occurs when using sign in with Apple]
Apple's Next Steps suggestion was to revise the app to allow users to sign in or register within the app itself. They mentioned the possibility of implementing the Safari View Controller API to display web content (like Apple Sign-In) within the app. This approach would enable users to verify the webpage URL and SSL certificate, ensuring they're entering credentials into a legitimate page.
Given this context, I have a couple of questions:
Does Appwrite currently support integrating the Safari View Controller for Apple Sign-In within an iOS app? If so, could you provide guidance or documentation on how to implement this in an Appwrite-backed application?
Thank you for your assistance.
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...