79726289

Date: 2025-08-05 14:47:33
Score: 0.5
Natty:
Report link

i am using packages make sure you put .sandbox

  func application(
        _ application: UIApplication,
        didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data
    ) {
        Auth.auth().setAPNSToken(deviceToken, type: .sandbox) // Use `.prod` for release builds
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: islam XDeveloper