| 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 installcommand under project's directory at wherePodfileis located. - Double-click
SwiftDemo.xcworkspace. - Update value
INSIDER_PARTNER_NAMEwith desired partner name in fileAppDelegate.swift. - Update value
APP_GROUPwith desired app groups identifier in filesAppDelegate.swiftNotificationService.swift.swiftandNotificationViewController.swift. - You should also update app groups identifier to same value for all targets
SwiftDemo,InsiderNotificationServiceandInsiderNotificationContentthroughSigning & Capabilitiestab. - Go to
SwiftDemotarget'sInfotab, expandURL Typessection and, update the url schemeinsiderpartnernameto a valid value such asinsidermyapp.

