StarterAppKit comes with OneSignal push notifications pre-integrated. To enable push notifications in your app:
group.{your-bundle-identifier}
OneSignalNotificationServiceExtension
targetFollow OneSignal's iOS setup guide to configure your app: iOS SDK Setup
Get your OneSignal App ID from the OneSignal dashboard
Add your OneSignal App ID to the app using one of these methods:
Constants.swift
fileConstants.swift
oneSignalID
value with your OneSignal App ID:
That's it! Your app is now ready to receive push notifications. For more details about configuring and sending notifications, refer to OneSignal's documentation.