[ad_1]
Hi @chuoihottieu, are you positive you haven’t modified anything in your replace? From your logs it’s laborious to say what’s going on.
@bluewind00 Thanks for sharing, it’s a superb “base” for the longer term enhancements. Please make it public once more
Thanks.
I make it public the repository once more.
Again, this can be a pattern and isn’t assured to work.
2 Likes
hello @kds @bluewind00
i substitute sdkbox::IAP with mingos::IAP observe the directions, it’s work perfert on system help native arm64-v8a, however crash on armeabi-v7a with out purpose.
for instance Samsung Galaxy A13 5G: ABI help: armeabi-v7a, armeabi.
Anyways thanks you guys atleast i upgraded to billing v4 earlier than 1.11.2022!
chuoihottieu
Just substitute
PROP_APP_ABI=arm64-v8a
with
PROP_APP_ABI=armeabi-v7a:arm64-v8a
in ‘proj.androidgradle.properties’
bluewind00, thanks very a lot quite a bit (you’re our hero); I’ve up to date your code a bit, to get amount of bought merchandise; it really works even on Android 4.4.2. (debug and launch)
…Now I’ll attempt to insert it into my mission (appears not really easy).
These are information that may be copied immediately into your mission.
C++:
Classes/widespread/JsonParser.cpp
Classes/widespread/JsonParser.h
Classes/dropbox/json11/json11.cpp
Classes/dropbox/json11/json11.hpp
Classes/iap/MingosIAP.h
Classes/platform/android/Java_iap_PurchaseEventListener.cpp
Classes/platform/android/MingosIAP.cpp
Java:
proj.android/app/src/iap/Product.java
proj.android/app/src/iap/PurchaseEventListener.java
proj.android/app/src/iap/PurchaseSupervisor.java
Next is a set of information that will battle along with your mission’s code.
Please incorporate the required components of your mission.
proj.android/app/src/org/cocos2dx/cpp/AppExercise.java
proj.android/construct.gradle
proj.android/app/construct.gradle
proj.android/app/proguard-rules.professional
[ad_2]