From the course: Creating a DevOps Ecosystem for .NET MAUI Developers

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Setting up APNs for push notifications

Setting up APNs for push notifications

- [Instructor] Now that we have set up Firebase for the Android version or application, we're going to do the same for Apple Push Notification Service or APNs, and this is done in the Apple Developer Portal. For this video, it is assumed we already have set up the required development and distribution certificates, along with any required provisioning profiles, and now just need to modify them to enable APNs. We are starting in the Apple Developer Portal, and we're going to modify our application identifier. So, if we go down to Identifiers here, we can see our QRTracker application identifier, and click on that. What we want to do is we want to search on this list for Push Notifications. So, that's this one right here. We need to make sure that it is enabled, and I've already got it enabled in this one. If it hasn't been enabled, you would have to enable it here. And if we did have to change it, the Save button would become enabled and we could press that. I've already turned this…

Contents