Hi Bejoy, thanks for the quick response. I followed your instructions but am still running into the same issue. However, I think I noticed what is going on. The app market is still listing our old version of the app (version 1.11) which did not require the additional permissions. v1.12 (the latest version) is what I need to be installing from the app market, but this is not being served. From the app settings apk page I can see where v1.11 is listed as "default" which I think needs to be changed to v1.12. How can I accomplish this?
Travis - Are you seeing this on production account (www.clover.com) or sandbox (sandbox.clover.com) appmarket/apk page?
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>After initially uploading your APK, you can just sideload with the instructions that @Bejoy Nair listed and you should have all the requested permissions. There isn't a need to go through the App Market to get newer APK versions on your device.
Correct, I have been including that permission in my manifest file. Sideloading is how I was initially doing things as well.
Are you able to sideload the Clover examples and do they work correctly?
2 People are following this question.