onepf / OpenIAB-Unity-Plugin

OpenIAB Unity Plugin for Android (Google Play, Samsung Apps, Amazon Appstore, SlideME, Nokia Store, Appland, Aptoide, AppMall, Yandex.Store, Fortumo), Windows Phone and iOS.
Apache License 2.0
146 stars 58 forks source link

Open IAB not working on my device? #72

Open minhit1805 opened 9 years ago

minhit1805 commented 9 years ago

Hi, i'm trying to add OPENIAB plugin to my game, it's working normal on editor unity with response purchaseSucceededEvent: SKU:item_doublecoin; but on my device it's not working, look like i'm missing permision on AndroidManifest.xml but i already add: < !--Google Play--> <uses-permission android:name="com.android.vending.BILLING" / > < !--Open Stores--> < uses-permission android:name="org.onepf.openiab.permission.BILLING" / > < !--Amazon Appstore--> < receiver android:name="com.amazon.inapp.purchasing.ResponseReceiver"> < intent-filter > < action android:name="com.amazon.inapp.purchasing.NOTIFY" android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY"/> < /intent-filter > <! --Samsung Apps--> < uses-permission android:name="com.sec.android.iap.permission.BILLING" / > <!- -Nokia--> < uses-permission android:name="com.nokia.payment.BILLING"/ > <! --SlideME--> < uses-permission android:name="com.slideme.sam.manager.inapp.permission.BILLING" / >

but still no effect when i press OpenIAB.purchaseProduct ("item_buy500gem"); button, why google popup was not show up? Hope someone help me?

akarimova commented 9 years ago

Which store doesn't work? Any logs?

minhit1805 commented 9 years ago

thanks for your feedback, i had fixed this issues, this problem is missing file android-support-v4.jar.