PaulG
PaulG

Reputation: 7102

Perform action after receiving push notification without user acknowledging

I'm quite sure the answer to this question is no but here it goes.

Is it possible to send a push notification to my app and have it perform some work without the user clicking on the push notification?

And even if it WERE possible, will my application be rejected because of this?

This question is from upper management, they want me to get our appication to be able to do this. I already told them that I don't believe it's possible but maybe someone knows something I don't?

Upvotes: 0

Views: 104

Answers (1)

Finn Gaida
Finn Gaida

Reputation: 4040

There is a method to to just what you want in Apple iOS 7 SDK, which unfortunately is under NDA at the moment so it's only allowed to discuss it inside Apple Developer Forums, but you can read more about it here

Upvotes: 2

Related Questions