Parsing Error While Updating App Programmatically
My goal is to host an app update to remote server & check for update via API. App will check the defined url for checking the update, if response version code is greater than c
Solution 1:
I had same problem. There is an option to check canRequestPackageInstalls () in Android 8.0.0 (API 26).
This might be the solution of your problem. Find more here
Post a Comment for "Parsing Error While Updating App Programmatically"