I made the changes in my app according to dungeons example. but in-app 
billing does not work.
I always receive a mail for successful transaction and transaction is 
getting charged despite of creating a test account.

I am receiving following messages.

07-21 16:56:56.542: DEBUG/vending(1035): [1] 
BaseBuyPageActivity.onPostResponse(): {PurchaseResult=OK, 
PurchaseInfo=PurchaseInfo=, SignupStatus=SIGNED_UP, TId=958405992678448, 
ShoppingCart=[ItemPrice=£1.00, 
07-21 16:57:03.792: WARN/vending(1035): [1] Util.findReceiverName(): Cannot 
find billing receiver in package 'com.myapp.test' for action: 
com.android.vending.billing.RESPONSE_CODE
07-21 16:57:28.382: WARN/vending(1035): [1] Util.findReceiverName(): Cannot 
find billing receiver in package 'com.myapp.test' for action: 
com.android.vending.billing.IN_APP_NOTIFY

in manifest.xml
    <receiver android:name="com.myapp.test.billing.BillingReceiver">
      <intent-filter>
        <action android:name="com.android.vending.billing.IN_APP_NOTIFY" />
        <action android:name="com.android.vending.billing.RESPONSE_CODE" />
        <action 
android:name="com.android.vending.billing.PURCHASE_STATE_CHANGED" />
      </intent-filter>
    </receiver>


can you tell me what could be wrong?

Regards,
Prashant Jain

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to