Start a Project

Receive notification when ios app is running in background Mode. (application is close)

Generally when we are using application in user interaction mode then push notification getting called (didReceiveRemoteNotification  method) but when the user come out from application, on  that time, application is running in background mode so we have to set  this method  in appdelegate file. 

Exit mobile version