Insider | InsiderAcademy |
This Demo contains simple methods that you can use with the Insider SDK.
Note: You can see the detailed usage of the methods used with the integration by examining the AppDelegate.swift
, ViewController.swift
, and ViewController+UI
files.
![]() |
- Run
pod install
command under project's directory at wherePodfile
is located. - Double-click
SwiftDemo.xcworkspace
. - Update value
INSIDER_PARTNER_NAME
with desired partner name in fileAppDelegate.swift
. - Update value
APP_GROUP
with desired app groups identifier in filesAppDelegate.swift
NotificationService.swift.swift
andNotificationViewController.swift
. - You should also update app groups identifier to same value for all targets
SwiftDemo
,InsiderNotificationService
andInsiderNotificationContent
throughSigning & Capabilities
tab. - Go to
SwiftDemo
target'sInfo
tab, expandURL Types
section and, update the url schemeinsiderpartnername
to a valid value such asinsidermyapp
.