Push notifications are pushed using OneSignal
Install CocoaPods. In the root directory of the project, in terminal, type
pod install
.
Open harker-bellschedule-ios.xcworkspace
Inside of AppDelegate.swift
, inside the function
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {}
Add the function OneSignal.initWithLaunchOptions(launchOptions, appId: "your-app-id")
, with the app key that OneSignal provides you for the project.
iOS, the App Store and the App Store logo are trademarks of Apple Inc.