iOS Question Requirement for AppleID after upgrade to iOS 13.3

hatzisn

Expert
Licensed User
Longtime User
Hi everyone,

I compiled the first app after upgrade to iOS 13.3 and now the application when it is installed through the B4i bridge and starts requires me to insert the AppleID and password. In a previous implementation of my app I was requiring Firebase Authentication and I thought that this was to blame since even I didn't require that any more I hadn't deleted the code to make sure I will have it later if I choose to do so. I removed iFirebaseAuth, iFirebaseAnalytics and iFacebook libraries, rem-ed all the relevant code and removed also the relevant user interface in the layout and recompiled the app. The app was created successfully but it still requires the login with AppleID and password. In the mean time my AppleID is already in the device before the upgrade to iOS 13.3 and also I have checked the proper setting in the settings section and the AppleID is inserted. Has this happened to anyone else? What is the solution in this to avoid showing this Dialog?

Thanks in advance

P.S. My App uses also location services... Could this be the reason for the requirement of AppleID?
P.S.2 In the new version of my app I am preparing, I also added iStore but with the previous version of iOS this compiled without any problem.
 
Last edited:

hatzisn

Expert
Licensed User
Longtime User
It may not be a bug... If you execute the following code does it require the AppleID?

B4X:
b4iManager.RestoreTransactions

(Dim b4iManager as Store)
 
Upvote 0

walterf25

Expert
Licensed User
Longtime User
It may not be a bug... If you execute the following code does it require the AppleID?

B4X:
b4iManager.RestoreTransactions

(Dim b4iManager as Store)
yes
 
Upvote 0
Top