Push Notifications (iOS)
Push Notifications (iOS)
🔧 Prerequisites
📌 Registering the Device Token
class AppDelegate: NSObject, UIApplicationDelegate {
func application(
_ application: UIApplication,
didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data
) {
lucraClient.registerForPushNotifications(deviceToken: deviceToken)
}
}📨 Handling Lucra Notifications
Where to call this?
🧪 Testing Push Notifications
✔️ Integration Checklist
Last updated
