An implementation for the Android platform of the Flutter `in_app_purchase` plugin

0 0

in_app_purchase_amazon

A new Flutter plugin project.

Getting Started

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    ...>
    ...
    <queries>
        <package android:name="com.amazon.venezia"/>
    </queries>
    ...
  • Add rules below in <project-root>androidappproguard-rules.pro

-keep class com.amazon.** {*;}
-keep class com.android.vending.billing.**
-dontwarn com.amazon.**
-keepattributes *Annotation*
adb push ancillary/amazon.sdktester.json /sdcard/
adb shell setprop debug.amazon.sandboxmode debug
  • To exit sandbox, type adb shell setprop debug.amazon.sandboxmode none

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Make windows installer for flutter powered apps
Entrada siguiente A mobile application that allows users to manage personal expenses