in app purchase - Android In App Billing to OpenIAB migration -


i publish app on google play in-app purchase,i want publish app on different stores,for using openiab , unable understand official document of openiab, please me following points 1. have create in app purchase item same sku on every store? 2. line of code need change replace google iab openiab ?

  1. no, can map skus if different supported stores this:
openiabhelper.mapsku(sku_premium, openiabhelper.name_google, "org.onepf.trivialdrive.gp.premium"); openiabhelper.mapsku(sku_gas, openiabhelper.name_google, "org.onepf.trivialdrive.gp.gas"); openiabhelper.mapsku(sku_infinite_gas, openiabhelper.name_google, "org.onepf.trivialdrive.gp.infinite_gas"); 
  1. all have change in code can found here.

Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -