Collecting signals from a mobile
This section provides hands-on tutorials that helps you to integrate OIP Risk Management SDK in your mobile applications. By following the quickstart's lessons you will gradually build a fully functional mobile application.
A quickstart section is prepared for the Android and iOS platforms. This is the first part of basic integration describing the mandatory steps to integrate OIP Risk Management including project setup, SDK initialisation, visitID and signal collection management.
The source code on how to start with can be obtained in the GitHub repositories of the respective platforms:
- Android: https://github.com/gemalto/idcloud-fpp-tutorials-android
- iOS: https://github.com/gemalto/idcloud-fpp-tutorials-ios
Organisation of the source code
The source code of the codelab is organised in a way that each numbered lesson has a starter code provided in a corresponding folder of the repository. The source code of the lesson needs to be completed by following the instructions from the lesson text.
The subsequent source code package then contains the implementation of the previous lesson completed so that you can check that as a reference.
The last source code folder in the repository is a complete and fully functional application similar to yours if you have completed all the steps.
Hint
If you have an issue or dilemma about the implementation of the codelab, feel free to skip to the next lesson and open the source code to look at a completed implementation of the previous lesson.
Next