Simple tutorial to get your application to do In App purchases!
http://blog.blundell-apps.com/simple-inapp-billing-payment/
http://blog.blundell-apps.com/simple-inapp-billing-payment/
APK:
Source Project:
Enjoy and PLS ask any questions.


this is in BillingSecurity.java
04-06 22:44:17.007: ERROR/BillingService(17146): Market Billing Service could not be bound.

<uses-sdk android:minSdkVersion="4" /> <service android:name=".BillingService" />
<receiver android:name=".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> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.android.vending.BILLING" />







ratso wrote:next issue i'm working on is keeping and retrieving a list of purchases, i noticed a restoreTransactionInformation method, but i am unsure as to how to actually use it, i don't know which variables to use or how to access the information it supposedly retrieves
on a related note, what should i be passing for notifyIds if i want to use the methods that require that as a parameter (getPurchaseInformation)?


bear in mine this'll be lost on an uninstall and re-install.
Users browsing this forum: No registered users and 4 guests