Android Question About cleartextTrafficPermitted

Turkan Ergin

Member
Licensed User
Hi everyone,

I developed an application called Akustik Karaoke and it is now available on PlayStore. When I try to do app updates, I get a warning that the cleartextTrafficPermitted setting is false. Is there any method available regarding cleartextTrafficPermitted? Can you share an example about this? Thank you in advance.

Regards
 

jahswant

Well-Known Member
Licensed User
Longtime User
If you have a secure server then you need to change http to https and nd remove that entry in your manifest file.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
 
Upvote 0

Turkan Ergin

Member
Licensed User
The problem is:
when I use this line in Manifest
"CreateResourceFromFile(Macro, Core.NetworkClearText)"
googleplay is telling me to set cleartextTrafficPermitted to false.

when I remove this line, App cannot access to the servers.
 
Upvote 0

Turkan Ergin

Member
Licensed User
We used Anywhere Software products as both IOS and Android. Our only web-based services are .NET. So far everything is going very well. But we do feel some concern about these types of errors. We are truly grateful to you and your team. Thanks to you, we have successfully completed a process of approximately 2 years for a quality and professional acoustic karaoke experience.
 
Upvote 0

Addo

Well-Known Member
Licensed User
We used Anywhere Software products as both IOS and Android. Our only web-based services are .NET. So far everything is going very well. But we do feel some concern about these types of errors. We are truly grateful to you and your team. Thanks to you, we have successfully completed a process of approximately 2 years for a quality and professional acoustic karaoke experience.
Buy some cheap ssl certficate and deploy it to your server then use https instead
 
Upvote 0

Turkan Ergin

Member
Licensed User
I don't understand what you mean. This warning has nothing to do with B4A.
It is a security warning because Google doesn't like that your app calls a non-https server.
Thanks for the answer. We have confirmed that the problem is between the server and Google. We have created a solution for this situation.
 
Upvote 0
Top