android - Google Play In-app billing step-by-step -


i've been fruitlessly trying figure out. needed set in-app billing android application. in particular, whole google wallet merchant account confusing me.

so, if i'm getting right, these steps:

  1. create google developer account
  2. create google wallet merchant account on same account developer
  3. upload .apk developer console
  4. add products wish sell
  5. program stuff in app
  6. upload new .apk console, add test accounts.
  7. test app's in-app billing.

however, uncertain how setup google wallet merchant. official documentation states following:

  1. the google wallet merchant center account need link google play developer console account can linked once within developer console interface.
  2. important: once accounts linked, cannot removed, changed, or updated. if need this, please know have sign new developer account paying fee of $25 usd.

then point of google wallet merchant sandbox accounts? there way me implement in-app billing , test without having real merchant account? can more experience explain me how prepare one's merchant account testing?

okay try best explain process. published first app. need setup google developer account. should able setup google wallet merchant account link within google developer account. inside developer console link google wallet account. part shouldn't difficult. next setup test in-app product or products. upload apk alpha testing , publish it. add tester email account in settings in-app billing. testing part. recommend using android api static in-app billing method first. it's quick , pretty simple, can find here http://developer.android.com/google/play/billing/billing_testing.html. next want test real work flow make sure app respond , react correctly. make sure use phone or device has tester's google account setup first or else won't able complete successful process developer google account. follow in-app billing demo game's code guidelines.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -