Integrating StartApp SDK into RoboVM application?

266 views Asked by At

I wrote an ios application with robovm and I want to integrate StartApp SDK to it . However , I can't find StartApp SDK for robovm . So , how should I do . Please help me , thanks .

1

There are 1 answers

2
Juan Javier Cassani On BEST ANSWER

To add StartApp IOS SDK, you will need to create a binding project first. There is a GitHub repo from some folks of the libGDX / RoboVM community that already has the bindings for a lot of popular SDKs,

You can find the repo, and the binding creation guide here.