Hi,
I tried to publish in Google Play an application that communicates with a non https server. I added in the manifest file the line:
Also in the manifest tab is set targetSdkVersion="29".
The application is not supported when publishing with the message: Cleartext traffic allowed for all domains. Can only one non-https domain be specified to which the application can connect?
Is the error due to the sdk version? Can a new release version with a smaller SDK be uploaded over one with an SDK = 29?
I haven't had this problem before ...
I tried to publish in Google Play an application that communicates with a non https server. I added in the manifest file the line:
B4X:
CreateResourceFromFile(Macro, Core.NetworkClearText)
Also in the manifest tab is set targetSdkVersion="29".
The application is not supported when publishing with the message: Cleartext traffic allowed for all domains. Can only one non-https domain be specified to which the application can connect?
Is the error due to the sdk version? Can a new release version with a smaller SDK be uploaded over one with an SDK = 29?
I haven't had this problem before ...