Chen Liang b279805779 fix a few places (#5370) 6 лет назад
..
Sample b279805779 fix a few places (#5370) 6 лет назад
Sample.xcodeproj c049f741f0 fix an issue that delete token does not trigger token refresh notification or delegate (#5339) 6 лет назад
iOS ed52d0d8f6 Add a new firebase messaging test app using swiftui (#5301) 6 лет назад
Podfile ed52d0d8f6 Add a new firebase messaging test app using swiftui (#5301) 6 лет назад
README.md ed52d0d8f6 Add a new firebase messaging test app using swiftui (#5301) 6 лет назад

README.md

Messaging App Setup

To run this app, you'll need the following steps.

GoogleService-Info.plist file

  1. Go to the Firebase Console
  2. Create a Firebase project if you don't have one already.
  3. Create a new iOS App if you don't have one already.
  4. Go to Project Overview -> General -> Your apps, select your iOS app and download the GoogleSerive-Info.plist file.

Push notification provisioning profile

If you need to test push notifications sent from FCM console or Sender API, you will need to run this test app on real device. In order to do so, you will need a provisioning profile enabled with push notifications.

Following the steps here to setup the properly APNs configuration to work with Firebase Messaging.