Hi @Conrad McLean, thank you for your response. I'm using Android studio and Gradle as well, but which permission are you talking about ? I had initially added permissions on the web dashboard while creating the application.
I don't see my app listed on the app market. Do I need to submit it or it will automatically get listed ?
Please advice.
My bad... AndroidManifest.xml...
<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android"package="xxx.xxx.xxx.xxx"> <uses-permission android:name="android.permission.GET_ACCOUNTS" />
Regarding installing from the app market, once you have build a signed APK and uploaded to the AppMarket, log into your developer account from a browser in the emulator, do to the app definition and find the link that says Preview In App Market. Are are then able to download and install the app.
I have added the GET_ACCOUNTS permission in the manifest. Hence I was able to select a merchant from the Account Chooser.
I will definitely try this method from the emulator and will notify you once done.
Thanks!
2 People are following this question.