[cleanup]: commented out debug-only code until CI is switched to release builds

This commit is contained in:
Magesh K
2025-01-08 02:51:02 +05:30
parent 5db45565f3
commit b3382df216
9 changed files with 50 additions and 48 deletions

View File

@@ -294,9 +294,9 @@ extension AppDelegate
UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .badge, .sound]) { (success, error) in
}
#if DEBUG
UIApplication.shared.registerForRemoteNotifications()
#endif
// #if DEBUG
// UIApplication.shared.registerForRemoteNotifications()
// #endif
}
func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data)