Hi,
I have to add to build.settings the following line
android:usesCleartextTraffic="true"
But I don’t know if I did well:
--
-- Android section
--
android =
{
googlePlayGamesAppId = "874231189156",
usesPermissions =
{
"android.permission.INTERNET",
"com.android.vending.CHECK_LICENSE"
},
applicationChildElements =
{
[[
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-7458926770415601~7831222224"/>
<android:usesCleartextTraffic="true" />
]],
}
},
Besides I used a buid.settings I found in a tutorial, so I don’t understand if I need the lines:
android:value="ca-app-pub-7458926770415601~7831222224"
and
googlePlayGamesAppId = "874231189156"