gameroasters / iap-rs

async google/apple receipt validation using hyper
https://crates.io/crates/iap
MIT License
7 stars 1 forks source link

skuDetails changed from string to array from Unity IAP 4.4.0 #14

Open riverreal opened 8 months ago

riverreal commented 8 months ago

GooglePlayData cannot be parsed anymore when using the Unity IAP package 4.4.0 or above, due to the skuDetails field change being an array now.

Unity IAP plugin changelogs: https://docs.unity3d.com/Packages/com.unity.purchasing@4.5/changelog/CHANGELOG.html#440---2022-07-11

extrawurst commented 8 months ago

feel free to open a PR