Trying to login with Apple via Flutter iOS and I am unsure what redirect URL to use and where to find it
_account.createOAuth2Session(provider: 'apple');
I am following this article for Apple Auth Setup
https://dev.to/hackmamba/adding-authentication-to-your-apps-using-apple-oauth-20-142b
Already added my redirect in Service ID from console
Did you make updates to your info.plist as described in the readme of the SDK?
Doesn’t mention an changes in the info.plisa. Only setting iOS development to 11.0
Oops not plist. But you did those things? Including the bundle id
This might flash a bit, but you should be redirected if you configured your project id
Not having any luck , I also tried deleting my project.
what's your project id?
Waited out to see if anything happened. No data is showing in my overview page for the past week. I dm’d you the id
wait uhh this is unrelated to your original problem...
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...