In-app purchase delegate protocol for default purchase handling. The delegate must deliver
the purchased item then call the GADDefaultInAppPurchase object’s finishTransaction method.
Called when the user successfully paid for a purchase. You must first deliver the purchased
item to the user, then call defaultInAppPurchase’s finishTransaction method.
Called when the user clicks on the buy button of an in-app purchase ad. Return YES if the
default purchase flow should be started to purchase the item, otherwise return NO. If not
implemented, defaults to YES.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-03-03 UTC."],[],[],null,["# GoogleMobileAds Framework Reference\n\nGADDefaultInAppPurchaseDelegate\n===============================\n\n @protocol GADDefaultInAppPurchaseDelegate \u003cNSObject\u003e\n\nIn-app purchase delegate protocol for default purchase handling. The delegate must deliver\nthe purchased item then call the GADDefaultInAppPurchase object's finishTransaction method.\n- `\n ``\n ``\n `\n\n ### [-userDidPayForPurchase:](#/c:objc(pl)GADDefaultInAppPurchaseDelegate(im)userDidPayForPurchase:)\n\n `\n ` \n Called when the user successfully paid for a purchase. You must first deliver the purchased\n item to the user, then call defaultInAppPurchase's finishTransaction method. \n\n #### Declaration\n\n Objective-C \n\n - (void)userDidPayForPurchase:\n (nonnull ../Classes/GADDefaultInAppPurchase.html *)defaultInAppPurchase;\n\n- `\n ``\n ``\n `\n\n ### [-shouldStartPurchaseForProductID:quantity:](#/c:objc(pl)GADDefaultInAppPurchaseDelegate(im)shouldStartPurchaseForProductID:quantity:)\n\n `\n ` \n Called when the user clicks on the buy button of an in-app purchase ad. Return YES if the\n default purchase flow should be started to purchase the item, otherwise return NO. If not\n implemented, defaults to YES. \n\n #### Declaration\n\n Objective-C \n\n - (BOOL)shouldStartPurchaseForProductID:(nonnull NSString *)productID\n quantity:(NSInteger)quantity;"]]