Integrating Third Party SDK

Hi, 

Firstly any help on this is greatly appreciated.  I am trying to integrate Kin into my app.  This is a cryptocurrency company that has built an SDK for ios and another for android to integrate features such as making accounts, spending, earning etc… .  Below is a link on more info on tre Kin Ecosystem and the other links are to the Github where you can see the sdk.  Does anyone have any idea how I can integrate this within Corona?  Is this something that is doable?

Kin Ecosystem

https://kinecosystem.github.io/kin-ecosystem-sdk-docs/docs/intro.html

Android SDK

https://github.com/kinecosystem/kin-ecosystem-android-sdk

ios SDK

https://github.com/kinecosystem/kin-ecosystem-ios-sdk

You’ll need to integrate it as a Plugin or via the native build system.

Here are the docs for making plugins: https://docs.coronalabs.com/native/plugin/index.html

Thanks for this information its very helpful.  what is the native build system?  I am a pretty beginner programmer.  I am defintely not asking someone to do this but just wondering do you think this is something doable for someone at a beginner skill level?  Do you think this is something that will take a long time to implement by a simple programmer?    Do you know of a person / place that I can reach out to, to pay to do this if its too complex for me?

Corona Native: https://docs.coronalabs.com/native/index.html

You can build Corona with Native code + Corona, but you must use command line tools.  This is a lot more work for normal dev than building via the Simulator.

This is simiar to native Android, and iOS coding.  It requires significant expertise.

You’ll need to integrate it as a Plugin or via the native build system.

Here are the docs for making plugins: https://docs.coronalabs.com/native/plugin/index.html

Thanks for this information its very helpful.  what is the native build system?  I am a pretty beginner programmer.  I am defintely not asking someone to do this but just wondering do you think this is something doable for someone at a beginner skill level?  Do you think this is something that will take a long time to implement by a simple programmer?    Do you know of a person / place that I can reach out to, to pay to do this if its too complex for me?

Corona Native: https://docs.coronalabs.com/native/index.html

You can build Corona with Native code + Corona, but you must use command line tools.  This is a lot more work for normal dev than building via the Simulator.

This is simiar to native Android, and iOS coding.  It requires significant expertise.