Rank 3: Container
just a qq based on docs for adding oauth, for info.plist do i have to change anything like the uri?
Votes
0
Replies
12
Participants
Unknown
Messages
13
Rank 3: Container
just a qq based on docs for adding oauth, for info.plist do i have to change anything like the uri?
Rank 3: Container
CFBundleURLTypes
CFBundleTypeRole
Editor
CFBundleURLName
io.appwrite
CFBundleURLSchemes
appwrite-callback-<PROJECT_ID>
ya, change CFBundleURLName
Rank 3: Container
@Steven how about the redirect url on success?
try await appwriteClient.account.createOAuth2Session(provider: .apple,)
Rank 3: Container
could we use createOAuth2Token?
Leave it empty
Rank 3: Container
what goes in the bundleurlname?
Rank 3: Container
Issue here when it goes to safari, in app it shows everything correctly
Your bundle id?
Rank 3: Container
did that
Rank 3: Container
When i open app and tap with sign on button shows everything correctly but once it opens the browser dnt know why it doesnt show the app name
Rank 3: Container
this is my plist
Rank 3: Container
no worries I resolved it