Hello Team,
I’m getting error of " In-App Purchase is not supported on this device". I have tried so many times on my device and getting same error again and again.
It’s been 28 hours to add products on apple(iTunes connect)
I have just subscribe for pro. and downloaded latest build for implementing InAppPurchase in my application.
I have properly followed apple process for certificates and add my unique products ids via iTunes connect account.
I used source code of InAppPurchase provided in Sample code folder and replace my valid product id’s with table. In below code I have not disclose my product ids.
I have created build by valid developer certificate same as my ITunedConnect account.
local currentProductList = {
“myProductsIDs1”,
“myProductsIDs1”,
“myProductsIDs1”,
}
– Product IDs for the “apple” app store.
local appleProductList =
{
“myProductsIDs1”,
“myProductsIDs1”,
“myProductsIDs1”,
}
Please resolve my issue and let me know what i’m missing.
Thanks In Advance.