SDK Configuration
Get the Workspace ID from the Settings Page of the dashboard Dashboard —> Settings —> App —> General on the MoEngage dashboard and initialize the MoEngage SDK in the Application classonCreate().
Note Initialize the SDK on the main thread inside
onCreate() and not create a worker thread and initialize the SDK on that thread.| Data Center | Dashboard host |
|---|---|
DataCenter.DATA_CENTER_1 | dashboard-01.moengage.com |
DataCenter.DATA_CENTER_2 | dashboard-02.moengage.com |
DataCenter.DATA_CENTER_3 | dashboard-03.moengage.com |
DataCenter.DATA_CENTER_4 | dashboard-04.moengage.com |
DataCenter.DATA_CENTER_5 | dashboard-05.moengage.com |
DataCenter.DATA_CENTER_6 | dashboard-06.moengage.com |
Data Flow
SDK detects the build type of the installed application and the basis that it decides whether data should be sent to the Test/Live Environment of the MoEngage Platform.- UnSigned/Debug Build — Data flows to Test environment
- Signed/Live Build — Data flows to Live environment.