Robert Valentino Well-Known Member Licensed User Longtime User May 1, 2023 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User May 2, 2023 #2 Where do you get this error? More information please... Upvote 0
Robert Valentino Well-Known Member Licensed User Longtime User May 2, 2023 #3 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
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
Robert Valentino Well-Known Member Licensed User Longtime User May 2, 2023 #4 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
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?
Erel B4X founder Staff member Licensed User Longtime User May 3, 2023 #5 Robert Valentino said: Why is it they are only needed the first time? Click to expand... Why does this question matter? This is part of the requirements: https://www.b4x.com/android/forum/threads/sign-in-with-apple-and-firebase.116280/#content Upvote 0
Robert Valentino said: Why is it they are only needed the first time? Click to expand... Why does this question matter? This is part of the requirements: https://www.b4x.com/android/forum/threads/sign-in-with-apple-and-firebase.116280/#content
Robert Valentino Well-Known Member Licensed User Longtime User May 3, 2023 #6 Sorry, just asking Upvote 0