How to enable IOS Push Notifications (Flutter/Firebase)

<p>When we implement push notifications for Android, everything seems so simple &mdash; you write the code and pushes instantly come to your device. However, with iOS, everything is far from being so easy.</p> <p>This brief guide describes how to enable IOS Push Notifications to your Flutter application using Firebase Cloud Messaging.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:770/1*UirEb2oyuZ4ifxHtlbV5mw.gif" style="height:196px; width:700px" /></p> <p><strong>To activate push notifications for your iOS app, you need to follow these steps:</strong></p> <ol> <li>Configuring an app and adding a Push Notifications capability to it in XCode.</li> <li>Generating Push Notification Certificates.&nbsp;<strong><em>(now can be skipped!!!)</em></strong></li> <li>Generating an APN key.</li> <li>Connecting Certificates and Key to Firebase.</li> <li>Final Flutter configurations and asking a permission.</li> </ol> <p><strong><em>NOTE: You cant get pushes on IOS Simulator !!!</em></strong></p> <p><a href="https://medium.com/@m1nori/ios-setup-of-push-notifications-flutter-firebase-775b0430140e"><strong>Read More</strong></a></p>
Tags: iOS push