iOS

iOS

License

This part explains the iOS part of the Mobile SDK.

If you are using D·engage iOS SDK version lower than 5.0.0 Dengage.Framework provides necessary classes and functions which handles.

To use version 5.0.0 Dengage provides necessary classes and functions which handles.

  • Mobile Device Subscription to D·engage Platform
  • Mobile Notification Registration
  • Mobile Notification Display (Text, Rich Causel Mobile Push Messages)
  • Tracking Mobile Pushes like Click events
  • Tracking Marketing Events like product/service browse, Add To Basket or any other Ecommerce/Custom Events
  • App Inbox
  • In-App Messaging
  • Geofence
    • Related Articles

    • 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 ...
    • 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 ...
    • (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) - 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)
    • (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.