Android, In-App billing implementation, correct way of implementation -
i implementing in-app billing feature in our android app.
app free app, few features 1 feature user has pay. goal make 1 of feature available people purchase via in-app billing.
is correct way ship feature part of free app , hide paid feature , make feature available (unhide) paid users? or when user pays via in-app billing should have download new version/required files make feature available? if correct way, how accomplish this?
yes ship functioning code, check if item has been paid before let user use it: api.
https://developer.android.com/google/play/billing/index.html
Comments
Post a Comment