API Tweaks and Amazon 100 IAP Fix
The 2.0.0 release with the big Google Billing update has been confirmed working for customers, so this release builds on that base with:
- Requests for > 100 IAP from Amazon will no longer crash, fixing #22
- A key is not required for
init
, as suggested by #10 & moved to #11 - All callbacks are on the main thread, as suggested by #10 & moved to #13
- Better handling for "this item already owned" was added, fixing #8
- The unused
id
parameter was removed frombuy
,subscribe
andunsubscribe
methods