Android Question Stuck When Get JobDone

PumaCyan

Member
Licensed User
Hi..
I want to asking about the application I'm making.
When the application runs on Android 9 Pie, the application can enter the dashboard menu, but if installed on Android 10, the stuck application cannot enter the dashboard menu ...
my application uses php for database access. this sample :

First in android 9

Second in android 10

What factors cause stuck?
I tried tracking from the log, there was no error hint
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

PumaCyan

Member
Licensed User
I'm trying to read from the link, there are the following points :

Additional changes in Android 10 that are not related to the targetSdkVersion value:

in my application, there is coding to read IMEI as the ID key in determining the login, is that very influential?
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User
IMEI as the ID key in determining the login, is that very influential?
Yes. You cannot get the IMEI number programmatically under Android 10. The method available in B4a will return an empty string
 
Upvote 0
Top