iOS Question SOLVED - new B4i app cannot signin

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I created a new B4i app and believe I have everything right but keep getting a
B4X:
Auth_Error: Error Domain=com.apple.AuthenticationServices.AuthorizationError Code=1000 "(null)"

So I have something not right. Little help please
 

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Sorry.
using the apple sign-in
B4X:
Private Sub Auth_Error (ErrorMessage As String)
    Log("Auth_Error: " & ErrorMessage)
end sub

I have a real app running no problem.
Created a new app and added to both Firebase and Apple
I am sure there is something I forgot to do.

I am not using a wildcard extension but in the real app I am not as well
 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Strange, I didn't have these 2 lines
B4X:
 #AdditionalLib        : AuthenticationServices.framework    
 #Entitlement        : <key>com.apple.developer.applesignin</key><array><string>Default</string></array>

Once I added them everything worked fine. But the strange part is now if I comment them out everything still works fine?

Why is it they are only needed the first time?
 
Upvote 0
Top