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
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Console infinite loading behind NginxPro...
Hi All, I am trying to get AppWrite to work behind NPM. I've followed the Medium guide to set proper headers, I've added my proxy configuration to NPM, and I ...
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build ⚠ No build...