API Endpoints by Datacenter
D·engage provides below API endpoints to send subscription and events in Mobile SDK.
Turkey - Istanbul Datacenter
US - Ohio Datacenter
EU - Frankfurt Datacenter
Russia - Moscow Datacenter
South Asia - Singapore Datacenter
Related Articles
Rest API
The REST API option provides a flexible way to import data directly into the system without relying on scheduled file transfers. Using the API, you can send data, ensuring faster synchronization and more control over the import process. For detailed ...
Connect to Dengage FTP
Connection Details Protocol: ftps Host Name: ftps.dengage.com Port: TCP 990, TCP 30000-50000 Connection Type: Explicit Sample Codes You can find the sample codes for connecting to D·engage FTPS below public static async System.Threading.Tasks.Task ...
iOS SDK Setup
iOS SDK Setup Requirements D·engage Integration Key iOS Push Certificate iOS Device (you need to test on a real device for notifications) A Mac with the latest Xcode iOS version 10 or later (supported by D·engage Mobile SDK) Integration Methods ...
React Native
1. Prerequisites React Native >= 0.65.0 and React >= 17.0.2 (see peerDependencies in the package). Android: Android Studio, JDK, Firebase project with google-services.json, and an integration key from the Dengage dashboard. iOS: Xcode, CocoaPods, ...
(Old Android/Huawei Version) - Android SDK
Sdk Implementation Add dengage sdk dependency to your project level gradle file. Java dependencies { implementation 'com.github.dengage-tech:dengage-android-sdk:6.0.85' } For latest Android SDK click Sdk Necessary Rules Application Manifest ...