Languages

Menu
Sites
Language
In-App Purchase ( IAP ) WEB API . Where I can find sample of "Try & Buy watchface"?

Hello there,

in dev. guide: http://developer.samsung.com/gear/distribute/iap

showed screens from sample : 

TRY&BUY SAMPLE PIX

In-App Purchase ( IAP ) WEB API . Where I can find sample with source code for this  "Try & Buy watchface"?

FOR WEB API (WEB APP)

let me know.

Thank you

 

 

Responses

1 Replies
André Reus

Prerequisites

To enable your application to use the IAP functionality:

  • The Gear device must be connected with a host device through a Samsung Gear application.
  • To purchase items from Galaxy Apps, the application has to request permission by adding the corresponding privilege to the config.xml file:
  • The application API version must be at least 2.3.2 in the config.xml file:

Full programming guide:

http://img-developer.samsung.com/onlinedocs/gear/Extension_PG_Web/html/prog_guide/inapp_ww.htm#

API Reference:

http://img-developer.samsung.com/onlinedocs/gear/web_device/webapis/iap.html

 

in dev. guide: http://developer.sam