AdobeImageEditorProduct Class Reference
Inherits from | NSObject |
Declared in | AdobeImageEditorProduct.h |
Overview
This class encapsulates information about non-consumable, in-app purchaseable products produced by Aviary and made available to users. This class is used in conjunction with the AdobeImageEditorInAppPurchaseManagerDelegate protocol methods.
Tasks
Compatibility Methods
-
productName
property -
productDescription
property -
internalProductIdentifier
property
Properties
internalProductIdentifier
The internal product identifier.
@property (nonatomic, copy, readonly) NSString *internalProductIdentifier
Discussion
The internal product identifier.
This key is guaranteed to be unique among all in-app purchase product identifiers used internally by the SDK. This key should not be entered into iTunes Connect. Create a new key, and implement the AdobeImageEditorInAppPurchaseManager protocol methods to pass your unique identifier to the SDK. See the iOS SDK In-App Purchase Guide for more information.
Declared In
AdobeImageEditorProduct.h
productDescription
The description of the product in English.
@property (nonatomic, copy, readonly) NSString *productDescription
Discussion
The description of the product in English.
This should match the description entered into iTunes Connect for this product.
Declared In
AdobeImageEditorProduct.h