JackAppDev / flutter_iap

Flutter iap plugin
MIT License
100 stars 15 forks source link

Restore purchase will now respond with a list of purchases on iOS #38

Closed ened closed 5 years ago

ened commented 6 years ago

.. similar to "inventory" call on Android.

This PR is still WIP as my current project is pending review by Apple and I can not test fully. Will update once done.

Happy to receive comments & suggestions, please.

JackAppDev commented 6 years ago

I suggest also enabling the inventory function for iOS if it isn't already

ened commented 6 years ago

Inventory on iOS does not work from my experience. Have to go through "restore purchase" flow in order to re-activate.

ened commented 5 years ago

This has now been updated. I'm running a few final tests, then the PR is ready to go.

ened commented 5 years ago

Should be ready now, I tested end to end.

Will consider a separate PR for cosmetics.