Telerik-Verified-Plugins / InAppPurchase

In-App Purchase for PhoneGap / Cordova iOS and Android
8 stars 3 forks source link

store.when("product") returns p.valid : false in iOS #8

Open fkamlesh opened 8 years ago

fkamlesh commented 8 years ago

I follow the following steps from URL : http://plugins.telerik.com/cordova/plugin/inapppurchase and When I try to verbosity to DEBUG with console logs like: store.when("product").updated(function (p) { console.log(JSON.stringify(p)); });

than result :

{"id":"bundel.id.silver","alias":"Silver Plan","type":"consumable","state":"invalid","title":null,"description":null,"price":null,"currency":null,"loaded":true,"canPurchase":false,"owned":false,"downloading":false,"downloaded":false,"transaction":null,"valid":false}

try to build with Telerik AppBuilder by Progress -> Run -> Build -> iOS -> App package -> Debug -> Next -> Build. Please help.