boboldehampsink / pushnotifications

DEPRECATED - Push Notifications (iOS/Android) plugin for Craft CMS
MIT License
21 stars 6 forks source link

Is there any way to retrieve the last alert item an app sent via a Public URL request in JSON format? #8

Open sandy-abrightmind opened 8 years ago

sandy-abrightmind commented 8 years ago

@boboldehampsink Is there any way to get the last alert item an app sent? Meaning, similar to how we requested to register via the URL Post?

For iOS applications, if a user clicks on the app icon instead of the banner icon when an alert message is recieved -- then the alert message isn't retrieved -- meaning there is no way to get this data. So, the app has to make some kind of request to the server (CraftCMS in this case) to get the data. Otherwise, the data is just lost.

Does this plugin have a way to retrieve the last alert item sent by an app?