Renz
Renz

Reputation: 105

How do I go about integrating the SDK by branch.io in a Codename One app?

We want to add a referral program using the branch.io provided SDK within our app and I am wondering how difficult it would be to use in Codename One.

From what I know, there are currently no CN1 library that we could use for a referral program. Looking at the Codename One developer guide, there seems to be information about integrating 3rd party native SDKs, but how difficult is this to do knowing that the information in the guide is outdated? Will I need to know how to read/write in another programming language other than Java? Has the much time commitment will this be?

Upvotes: 1

Views: 71

Answers (1)

Shai Almog
Shai Almog

Reputation: 52760

The main differences between the content of the guide an the current state is the fact that SDK versions would be older and Maven is used for build.

Version numbers and small configuration flags are things you can ask about here and in reddit. The maven build makes some things simpler as iOS code goes in the iOS package.

You also have the local build now which makes integrating native code simpler and faster.

Despite that, integrating an SDK is no simple task and it's hard to evaluate the complexity beforehand. The nuances are the main stumbling blocks.

Upvotes: 0

Related Questions