Calling startIntentSenderForResult from Fragment (Android Billing v3)

I suggest two solutions: 1.) Put the IabHelper mHelper on the activity and call the IabHelper from the fragment. Something like: To use this solution, Declare IabHelper as public in the activity and use a method to call the launcher from the Fragment. public class MyActivity extends Activity{ public IabHelper mHelper public purchaseLauncher(){ mHelper.launchPurchaseFlow(this, SKU_GAS, … Read more