clade-ventures / clade_midtrans

MIT License
0 stars 0 forks source link

Cleartext communication not permitted #1

Open rifal-klikeat opened 5 years ago

rifal-klikeat commented 5 years ago

hi, i tried you plugin and, when it start payment snap return this error "cleartext communication to MY.API.URL not permitted by network security policy". and my target sdk api level 28 then i read this https://stackoverflow.com/a/53349252 can you fix this? androidX support i think

fathonyfath commented 5 years ago

Hey,

Thank you for submitting issue. You're supposed to add that into your own manifest, try opening ./android/app/src/main/AndroidManifest.xml and change accordingly (either adds useCleartextTraffic or adds networkSecurityConfig).

Please let us know if you're facing any more issue.

Thanks!