how push notification works?



how push notification works?..

Answer / Mohit Kumar Singh

Push notifications in iOS are messages that are sent from a remote server to a device. The process involves APNs (Apple Push Notification service) which receives the notification from the server, encrypts it, and sends it to the appropriate device. Upon receiving the notification, the device decrypts it and passes it to the app in the background or foreground, depending on the app's configuration.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Explain the difference between 'protocol' and 'delegate'?

1 Answers  


When a nsfetchrequest fetches an entity object from store, does it fetch all of its data at once?

1 Answers  


Will iphone 7 get ios 13?

1 Answers  


Define fast enumeration?

1 Answers  


What are the Common reasons for app rejection from app store review process?

1 Answers  


What are the app states in ios?

1 Answers  


What are b-trees?

1 Answers  


 Is a delegate retained?

1 Answers  


What are the differences between categories and extensions?

1 Answers  


What is difference between nsnotification and delegate?

1 Answers  


How to access the spotlight search feature now?

1 Answers  


What is called before viewdidload?

1 Answers  


Categories