How are you sideloading your APK?
Can you try the steps outlined here: https://community.clover.com/articles/10448/how-to-sideload-an-apk-onto-clover-devices-for-dev.html
Hi @Chanel,
I've uninstalled and reinstalled the APK via the Marketplace, and I've manually uninstalled the APK using adb. At this point, I am attempting to install the APK via Debug in Android Studio and do not receive the inconsistent certificate error implying the metadata from Clover has been maintained. I have previously followed those steps precisely and the singly-signed APK installs without error, but I need to be able to Run and Debug from Android Studio during development.
After installing the APK via Android Studio, even though the meta data should still be there, I again receive the FORBIDDEN permission error. The permission is still enabled for the application.
Sorry, but I'm unable to find any inconsistencies on our end. Unfortunately, I'll have to ask you to try again:
1. Uninstall the app through App Market
2. Install from the App Market (this should ensure that the permissions from Clover are there). Run the app to ensure that the permissions are correct.
3. "adb uninstall" your app. Then "adb install" it. This should be done before the device can resync and download the apk that Clover has.
4. Running your app at this point should run with the permissions that Clover has for you.
1 Person is following this question.