Configure Products
1. Create a SKU
From the products page in Glassfy dashboard create a new SKU
2. SKU informations
You’ll be asked to provide a SKU ID and a Product Id
- SKU ID: The SKU Id is a unique alphanumeric ID that is used for accessing your product in Glassfy.
- Product ID: The reference name used on App Store Connect. Please follow App Store instructions in order to create and configure a product.
- Extra Vars: Extra vars parameters will be connected with the SKU and accessible from the SDK.
We recomend to adopt a standard format in defining the Product ID such as:
<platform>_<app>_<feature_to_unlock>_<feature_variation>_<duration>_<usd_price>_ <introductury_offer_duration>_<usd_introductory_offer_price>
eg.
ios_newsreader_premium_xmasspecial_weekly_1.99_7days_0
ios_newsreader_premium_montly_3.99_7days_0
And use the same name schema for the SKU ID by omitting the platform:
newsreader_premium_xmasspecial_weekly_1.99_7days_0
newsreader_premium_montly_3.99_7days_0