tappay-android-example icon indicating copy to clipboard operation
tappay-android-example copied to clipboard

TapPay SDK example code for Android Platform

Results 2 tappay-android-example issues
Sort by recently updated
recently updated
newest added

In the older tutorial guide (3.4.5), we could design the credit card layout on our own without using TPDForm. Sample code likes below ` m_TPDCard = new TPDCard(mContext, new StringBuffer(credit),...

I follow the [google pay doc](https://developers.google.com/pay/api/android/guides/tutorial) but don't see any permission requests. In this repo [file](https://github.com/TapPay/tappay-android-example/blob/master/GooglePayExample/app/src/main/java/tech/cherri/googlepayexample/MainActivity.java) seems to need the READ_PHONE_STATE permission. Is this necessary ?