(Old iOS Version) - New in iOS SDK

(Old iOS Version) - New in iOS SDK

Adjust Adid sync with dengage

You can sync adjust adid with dengage through the following method

Dengage.setPartnerDeviceId(adid: String?)

Set Development Status

Dengage.setDevelopmentStatus(isDebug: Bool)
    • Related Articles

    • (Old iOS Version) - Implementing the SDK

      Implementing Mobile SDK for IOS requires the steps below Setting Integration Key Integration Key is generated by CDMP Platform while defining application. It is a hash string that contains information about the application. At the beginning of your ...
    • (Old iOS Version) - Sample iOS App for Developers

      For Old SDK: Here is the link for a sample android application for mobile developers. For New SDK: Here is the link for a sample android application for mobile developers.
    • (Old iOS Version) - In-App Messaging

      An in-app message is a type of mobile message where the notification is displayed within the app. It is not sent at a specific time but it is shown to users when the user is using the app. Examples include popups, yes/no prompts, banners, and more. ...
    • New iOS SDK Setup

      SDK Setup Requirements Minimum iOS version supported 11.0 SDK Installation CocoaPods Integration Dengage is available through CocoaPods. To install it, simply add the following line to your Podfile: Ruby pod 'Dengage', '~> 5.89' Run pod install via ...
    • 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 CocoaPods ...