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
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...