I'm testing an app on my phone with a developer account and with test items (android.test.purchased
). When I call the isBillingSupported()
method, my ResponseCode
is RESULT_DEVELOPER_ERROR
. I didn't publish the app on the market, but I read that it is unnecessary because I use android.test.purchased
.
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.READ_OWNER_DATA"/>
<uses-permission android:name="android.permission.WRITE_OWNER_DATA"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.android.vending.BILLING"/>
I uploaded it on the market as a draft, and still no luck... I'm losing my nerve...