robotmedia / RMStore

A lightweight iOS library for In-App Purchases
Apache License 2.0
2.42k stars 450 forks source link

A receipt contains an active auto renewable subscription for a produc… #197

Open RikRenich opened 7 years ago

RikRenich commented 7 years ago

…t and a date if any transaction for the product is active for the date.

The prior code would give a false negative if the date being tested is within the subscription time frame of a transaction that is not the most recent transaction.

RikRenich commented 7 years ago

The continuous integration test failed with two errors:

These errors appear to be unrelated to the changes suggested. That is to say I suspect that if the same test were performed on the parent commit it would fail with the same errors.

Please check the test process to be sure it has access to all required SDKs.