kokoichi206 / ios-app

1 stars 1 forks source link

push通知(FCM) #18

Open kokoichi206 opened 1 year ago

kokoichi206 commented 1 year ago

Links

kokoichi206 commented 1 year ago

全然通知送れねーー!!

公式ドキュメント『Apple プラットフォームで Firebase Cloud Messaging クライアント アプリを設定する

I solved this problem in 3 days. You need to connect the p8 key to your firebase

Go to xCode and click on the "Capability" tab. Add "Background Modes" and "Push Notifications". In the Background Modes tab, enable "Background fetch" and "Remote notifications"

Don't forget to add it for release, debug, profile

Screen Shot 2022-09-26 at 11 03 32

Code 部分

Integrate push notification using Firebase messaging in swift - iOS swift tutorial

Google Service 追加場所

Screen Shot 2022-09-26 at 11 04 15
kokoichi206 commented 1 year ago

APNs Keys

https://developer.apple.com/account/resources/authkeys/list

Screen Shot 2022-09-26 at 11 08 23

push 通知に必要な『チーム ID』

https://developer.apple.com/account/ > Membership > Team ID

memo