aporat / store-receipt-validator

PHP receipt validator for Apple iTunes, Google Play and Amazon App Store
Apache License 2.0
633 stars 153 forks source link

Add possibility to get promotional offer id. #98

Closed Stafox closed 5 years ago

Stafox commented 5 years ago

Apple has added support for promotinal offers: https://developer.apple.com/documentation/storekit/in-app_purchase/implementing_subscription_offers_in_your_app

This pull request adds possibility to get promotional offer id for transaction

Stafox commented 5 years ago

@aporat merge needed.

yaronius commented 5 years ago

@aporat any updates on this?

Stafox commented 5 years ago

@yaronius As a workaround you can get the RawResponse, and get this field there.

aporat commented 5 years ago

sorry for the delay. merged! thanks @Stafox