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 ?
- 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");
- all have change in code can found here.
Comments
Post a Comment