awa / go-iap

go-iap verifies the purchase receipt via AppStore, GooglePlayStore, AmazonAppStore and Huawei HMS.
MIT License
842 stars 245 forks source link

Will support for storekit2 be added to this? #168

Open piyushdivyankar1994 opened 1 year ago

piyushdivyankar1994 commented 1 year ago

I am currently writing wrappers for sk2 api calls.

richzw commented 1 year ago

One related PR https://github.com/awa/go-iap/pull/170 post by me, any suggestions are welcome.

richzw commented 1 year ago

Another PR https://github.com/awa/go-iap/pull/172 post by me to upgrade some storekit API to v2. Any suggestions are welcom.

richzw commented 1 year ago

Glad to see that PR https://github.com/awa/go-iap/pull/170 had been merged to release https://github.com/awa/go-iap/releases/tag/v1.3.20

richzw commented 1 year ago

One new PR https://github.com/awa/go-iap/pull/173 post by me and add ExtendSubscriptionRenewalDate and GetNotificationHistory server API. Any suggestions are welcome.