Feb 05, 2022 iOS

How to use notificationcenter in swiftui with example

Notifications on iOS are a simple and effective method to communicate data in a loosely linked manner. That is, the sender of a notification doesn't have to worry who (if anybody) receives the message; it just broadcasts it to the…

Dec 16, 2021 Swift

What is Push Notification in swiftUI How does it works

  Push notification in swift using firebase How does it works   An app enables Push Notification in swiftUI. The user has to confirm that he wishes to receive these notifications. The app receives a “device token”. You can think…

Aug 28, 2021 interview

iOS push notification interview questions and Answers

Apple Push Notifications Interview Questions and Answers Here are the apple push notification interview questions for fresher and experience candidate.voip push notifications ios What is NSNotification?   An Object Which Contains information broadcast to registered observers that bridges to the notification.…