-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Xcode 14 - iOS 16Issues and PRs related to Xcode 14, iOS 16, and associated OSesIssues and PRs related to Xcode 14, iOS 16, and associated OSesapi: messagingtype: feature request
Description
Feature proposal
- Firebase Component: Messaging
Trying to test remote notifications via Firebase Messaging on an Apple Silicon Mac with macOS Ventura and Xcode 14.
Getting this log message:
2022-06-30 15:56:00.487199+0300 my-project[75680:3976914] 9.2.0 - [FirebaseMessaging][I-FCM023014] Running InstanceID on a simulator doesn't have APNS. Use prod profile by default.
And notification sending fails with this error:
"errorCode": "UNREGISTERED"
The proposed change is to support iOS 16 simulators.
0x3dev, thomas-gogox, gonzalogauto and mariopepe
Metadata
Metadata
Assignees
Labels
Xcode 14 - iOS 16Issues and PRs related to Xcode 14, iOS 16, and associated OSesIssues and PRs related to Xcode 14, iOS 16, and associated OSesapi: messagingtype: feature request