0

I am trying to implement zooz in my codenameone project in Eclipse. Zooz has an android application example that I downloaded but don't know how to integrate it to my codenameone project. Any help would be appreciated.

DDs
  • 11
  • 2

1 Answers1

0

You don't need to integrate anything into the Codename One project.

Just define the build hints: zooz.iosappId, zooz.andappId, zooz.sandbox (true/false).

And that's it.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65
  • I've defined the build hints already, well not zooz.iosappId because I'm implementing only for android right now. Then, how zooz is triggered in my codename one app then? – DDs May 01 '15 at 18:25
  • Use the purchase API with manual payment. There is a sample of that in the kitchen sink demo – Shai Almog May 02 '15 at 05:18