Where can I find the SDK and API documentation?
You can find the Android SDK, iOS SDK, JS SDK and the REST API documentation here.
Please select your platform and you will be sent to the section that contains the documentation of the aforementioned platform.
Related Articles
iOS 13 and MOCA SDK
MOCA iOS SDK has been tested on BETA versions of iOS 13. Find the version notes below: - MOCA SDK for iOS uses the CoreBluetooth framework in order to monitor bluetooth status. In iOS 13 the mere fact of using any of the CoreBluetooth methods will ...
Reading MOCA SDK Logs
The logs related to the MOCA SDK are very helpful to find configuration errors. The log starts with these two lines: I/MOCA: Initializing MOCAPlugin I/MOCA: Init MOCA SDK, version x.x.x This shows that the plugin has started, and which is the version ...
Android 10 and MOCA SDK
MOCA Android SDK has been tested in the Android 10 OTA. Find the notes for this version below: Android 10 introduces a new permission model where the user can choose between “When in Use” or “Always” location permission. The SDK works correctly with ...
Android Permissions Detailed for MOCA SDK
The MOCA SDK requests a variety of permissions, some of them being optional. Here is a breakdown of each permission and their effect on the SDK: Permission Explanation android.permission.INTERNET Allows MOCA SDK to open network sockets so it has ...
Android Studio Instant Run and MOCA SDK
It is recommended to turn off Instant Run in Android Studio. Instant Run uses portions of the SDK that might not be necessary for your integration and give you false error and warning messages. Example stack trace when using Instant Run: I/art: ...