Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 638 Bytes

File metadata and controls

2 lines (2 loc) · 638 Bytes
  • A big part of any applications are UserNotifications. This is another Framework built by apple to manage push notifications for iOS apps, which can be generated locally from your app, or remotely from a server that you manag, but keep in mind that when choosing to use remote notification push, they are managed by the Apple Push Notification service. You will learn about remote push notifications when we will talk about using Firebase with your Swift App to deploy it.