iOS Question Sign In With Apple ID problems

nikitaganco

Member
Licensed User
hello,

I have experienced 2 problems:

1. when I try to build b4i-bridge app i've got the following error: "

Provisioning profile "com-gng-simplerent-lt" has app ID "com.xxx.xxxxx.lt", which does not match the bundle ID "com.xxx.xxxxx.lt.bridge". (in target 'B4iProject' from project 'B4iProject')

"

2. when I try to run on Simulator, when I click on Sign in with Aplle id button - I've got error in log window: " Error Domain=com.apple.AuthenticationServices.AuthorizationError Code=1000 "(null)" "

please help!
 

nikitaganco

Member
Licensed User
hello, Thank you, but when I use wildcard app id - I cant enable Sign In With Apple ID feature (see attachment)
 

Attachments

  • Untitled.png
    Untitled.png
    53.4 KB · Views: 180
Upvote 0

nikitaganco

Member
Licensed User
hello again, please explain how I can determinate that user is still signed in? and is there Sign Out possibilities? Are users have something like unique ID that is stable for same user?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

nikitaganco

Member
Licensed User
Could you please explain more details about how to handle user session:

1. OK when user successfully signed-in I've got username and email, nothing more? maybe there is some unique ID that i can refer later?
2. where usually I can store login information for next program run? (where is the best place to store small local data like settings or user data?)
3. how can i check that user is still signed in? ( SignedIn event is rises in Main module? what kind of parameter this event pass to code? )
 
Upvote 0
Top