Stay organized with collections
Save and categorize content based on your preferences.
GADInAppPurchaseDelegate
protocolGADInAppPurchaseDelegate:NSObjectProtocol
In-app purchase delegate protocol for custom purchase handling. The delegate must handle the
product purchase flow then call the GADInAppPurchase object’s reportPurchaseStatus: method.
Called when the user clicks on the buy button of an in-app purchase ad. After the receiver
handles the purchase, it must call the GADInAppPurchase object’s reportPurchaseStatus: method.
[[["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\nGADInAppPurchaseDelegate\n========================\n\n protocol GADInAppPurchaseDelegate : NSObjectProtocol\n\nIn-app purchase delegate protocol for custom purchase handling. The delegate must handle the\nproduct purchase flow then call the GADInAppPurchase object's reportPurchaseStatus: method.\n- `\n ``\n ``\n `\n\n ### [didReceive(_:)](#/c:objc(pl)GADInAppPurchaseDelegate(im)didReceiveInAppPurchase:)\n\n `\n ` \n Called when the user clicks on the buy button of an in-app purchase ad. After the receiver\n handles the purchase, it must call the GADInAppPurchase object's reportPurchaseStatus: method. \n\n #### Declaration\n\n Swift \n\n func didReceive(_ purchase: ../Classes/GADInAppPurchase.html)"]]