PeterStaev / nativescript-purchase

:moneybag: A NativeScript plugin for making in-app purchases!
Apache License 2.0
83 stars 28 forks source link

Split getSKUDetails to process batches of 20 products at a time. Fixes #78 #79

Closed ajaymaru closed 5 years ago

ajaymaru commented 5 years ago

Code changes to split the getSKUDetails in batches of 20 products at a time.

PeterStaev commented 5 years ago

Thank you!

Fix #78