Explain how the push notification works in iOS operating system?



Explain how the push notification works in iOS operating system?..

Answer / Anu Tyagi

Push notifications in iOS are messages sent from a remote server to a device. The Apple Push Notification service (APNS) handles these messages. When an app is installed on a device, it's assigned a unique device token. The server sends the push notification to this token, and the APNS delivers the message to the device even if the app is not currently open.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is callback in ios?

1 Answers  


What are the 7 osi layers?

1 Answers  


Explain the difference between nil and nil?

1 Answers  


When dealing with property declarations, what is the difference between atomic and non-atomic?

1 Answers  


What is managed object context and what are its functions?

1 Answers  


What is a memory leak?

1 Answers  


What is dynamic in iOS operating system?

1 Answers   B-Ways TecnoSoft,


What is UICollectionView ?

1 Answers  


What is the biggest change with ios 7?

1 Answers  


What is cocoa touch framework in ios?

1 Answers  


What is application lifecycle in ios?

1 Answers  


What is a view controller in ios?

1 Answers  


Categories