Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In-app billing testing RESULT_DEVELOPER_ERROR

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...

like image 598
Jovan Avatar asked Mar 02 '26 22:03

Jovan


1 Answers

To answer the questions in your comments to @Samir's answer:

"my question is do i need to sign an app for release"

Yes, you do.

"do i need to publish on market???"

No, you don't.

like image 193
guydemossyrock Avatar answered Mar 04 '26 12:03

guydemossyrock



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!