gbaor
gbaor

Reputation: 1427

How to bring app to foreground programmatically

I need a solution, how to bring a backgrounded app, what is listening for a signal to foreground, when this signal comes. Does anybody have any idea?

(I know this solution is not common and it will be impossible to put this app into App store. But I need it for an iPad for specific usage and NOT for App Store)

Thanks

Upvotes: 2

Views: 1641

Answers (1)

Antonio MG
Antonio MG

Reputation: 20410

There's no way of doing that, not even in a way Apple would reject it.

Have you thought about notifications? when the signal triggers, you send a notifications, and when the user get that notification the app is opened again!

Upvotes: 6

Related Questions