Discussions

Ask a Question
Back to All

Product details are empty or null

Hi,

I am developing app with React Native with iOS env. I created my subscription packages into app store connect and qonversion.io dashboard. When I am fetching offers or products from app, I am receiving empty responses like that
{
"qonversionID": "weekly",
"storeID": "weekly_subscription",
"basePlanID": null,
"skuDetails": null,
"storeDetails": null,
"skProduct": null,
"offeringId": "subscriptionoffer",
"subscriptionPeriod": null,
"trialPeriod": null,
"type": "Unknown",
"prettyPrice": ""
},

I am not sure what is reason of it. Do you have any ideas ?