onepf / OpenIAB

Open In-App Billing for Google Play, SlideMe, Amazon Store, Nokia Store, Samsung Apps, Yandex.Store, Appland, Aptoide, AppMall and Fortumo.
http://onepf.org/openiab/
Apache License 2.0
473 stars 172 forks source link

app crash immediately after call openIAB.queryInventory. #532

Open minhit1805 opened 7 years ago

minhit1805 commented 7 years ago

Hello, after call OpenIAB.init succeccsful. public const string offter1 = "com.petgames.offer1"; public const string offter2 = "com.petgames..offer2"; public const string offter3 = "com.petgames.offer3"; private void billingSupportedEvent() { //_isInitialized = true; Debug.Log("billingSupportedEvent"); OpenIAB.queryInventory (new string[]{offter1,offter2,offter3}); <-- crashing here }