I am using AJAX plugin to make https post to PlayFab server in my game but when I export the game to Android APK, the required internet permission is not added to the AndroidManifest.xml making all the AJAX requests in the game fail.
Adding that permission manually to the manifest and re-signing it manually make it work.
Why that permission is not added to the manifest?