Methods to Wake Up an App

How do you wake up an app without using push notification? I am developing a medical app which is isolated from the internet for cybersecurity/HIPAA reasons. When the iPhone is locked, I would like the app to launch, or return to the foreground, when the server notifies it that an event occurred. Is there a way implement this using Swift?

Accepted Reply

This is what I found online: https://developer.apple.com/documentation/networkextension/local_push_connectivity

  • Thank you. I think this may solve the problem.

Add a Comment

Replies

This is what I found online: https://developer.apple.com/documentation/networkextension/local_push_connectivity

  • Thank you. I think this may solve the problem.

Add a Comment