AlexDisler / cordova-plugin-inapppurchase

A lightweight cordova plugin for in app purchases on iOS/Android
316 stars 192 forks source link

Sates of restore response for iOS #275

Open diegogonzalez opened 5 years ago

diegogonzalez commented 5 years ago

There is no info about the state returned by the restore operation for ios. The readme indicates which are the states for android the state of the product. On Android the statuses are: 0 - ACTIVE, 1 - CANCELLED, 2 - REFUNDED. But I don't know how to use it for iOS.