GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GADInAppPurchaseStatus
enum GADInAppPurchaseStatus {}
Enum of the different statuses resulting from processing a purchase.
-
< Error occurred while processing the purchase.
Declaration
Objective-C
kGADInAppPurchaseStatusError = 0
-
< Purchase was completed successfully.
Declaration
Objective-C
kGADInAppPurchaseStatusSuccessful = 1
-
< Purchase was cancelled by the user.
Declaration
Objective-C
kGADInAppPurchaseStatusCancel = 2
-
< Error occurred while looking up the product.
Declaration
Objective-C
kGADInAppPurchaseStatusInvalidProduct = 3
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-03-03 UTC.
[[["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\nGADInAppPurchaseStatus\n======================\n\n enum GADInAppPurchaseStatus {}\n\nEnum of the different statuses resulting from processing a purchase.\n- `\n ``\n ``\n `\n\n ### [kGADInAppPurchaseStatusError](#/c:@E@GADInAppPurchaseStatus@kGADInAppPurchaseStatusError)\n\n `\n ` \n \\\u003c Error occurred while processing the purchase. \n\n #### Declaration\n\n Objective-C \n\n kGADInAppPurchaseStatusError = 0\n\n- `\n ``\n ``\n `\n\n ### [kGADInAppPurchaseStatusSuccessful](#/c:@E@GADInAppPurchaseStatus@kGADInAppPurchaseStatusSuccessful)\n\n `\n ` \n \\\u003c Purchase was completed successfully. \n\n #### Declaration\n\n Objective-C \n\n kGADInAppPurchaseStatusSuccessful = 1\n\n- `\n ``\n ``\n `\n\n ### [kGADInAppPurchaseStatusCancel](#/c:@E@GADInAppPurchaseStatus@kGADInAppPurchaseStatusCancel)\n\n `\n ` \n \\\u003c Purchase was cancelled by the user. \n\n #### Declaration\n\n Objective-C \n\n kGADInAppPurchaseStatusCancel = 2\n\n- `\n ``\n ``\n `\n\n ### [kGADInAppPurchaseStatusInvalidProduct](#/c:@E@GADInAppPurchaseStatus@kGADInAppPurchaseStatusInvalidProduct)\n\n `\n ` \n \\\u003c Error occurred while looking up the product. \n\n #### Declaration\n\n Objective-C \n\n kGADInAppPurchaseStatusInvalidProduct = 3"]]