nokia-x-in-app-payment-samples/PaymentOneAPK
Timo Reunanen fed415a5dc New release 2014-06-09 09:48:28 +03:00
..
.settings Added Payment One APK demonstration sample 2014-02-20 11:57:53 +02:00
gradle/wrapper Updated grade wrapper to 1.10 and buildtools to 19.0.1 2014-05-27 11:00:31 +03:00
res Updated copyright and license information. 2014-04-25 13:55:36 +03:00
src/com ConsumeTestProduct now check return code and uses proper token. 2014-06-09 09:44:19 +03:00
.classpath Added Payment One APK demonstration sample 2014-02-20 11:57:53 +02:00
.project Added Payment One APK demonstration sample 2014-02-20 11:57:53 +02:00
AndroidManifest.xml New release 2014-06-09 09:48:28 +03:00
License.txt Updated copyright and license information. 2014-04-25 13:55:36 +03:00
README.md Added Pepper Farm Simulator sample and updated the README.md. 2014-02-20 16:47:30 +02:00
build.gradle Updated grade wrapper to 1.10 and buildtools to 19.0.1 2014-05-27 11:00:31 +03:00
gradlew Added Payment One APK demonstration sample 2014-02-20 11:57:53 +02:00
gradlew.bat Added Payment One APK demonstration sample 2014-02-20 11:57:53 +02:00

README.md

Payment One APK

Simple example application demonstrating how to utilise both Nokia In-App Payment and Google In-App Billing in the same application. The resulting APK will run in both Nokia X and Google Android devices.

Building with Eclipse

  1. Import project
  2. Clean build
  3. Run

Building with Gradle wrapper

Linux & OS X

$ ./gradlew installDebug

Windows

C:\PaymentOneAPK> gradlew installDebug