Is it possible to have an App. perfom some action other than a dialogue when an APN msg is received? In my case it's a 'new data is ready, come get it' msg which should then trigger the App. to retrieve the data.
Thanks Dejo, I have - but I can't see anything other than the user being notified and then having to take some action - it's this action I want to happen automatically.
No, I don't think you misread. The user has the option to continue or ignore.Thanks Dejo, I have - but I can't see anything other than the user being notified and then having to take some action - it's this action I want to happen automatically. Of course I may have misread in my old age![]()
What is the reason you feel your update needs to happen automatically?
If it were to occur the next time they open the app, would that be sufficient?
If the app was in the foreground, would the notification still appear with yes/no, or would I be able to automatically do my stuff?
Instead YOU would ensure that the Application itself is checking to see if any new data has arrived.
What's the process for an app to see if it's received an APN?