Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for title-loc-key (ios 8.2) #231

Open
GoogleCodeExporter opened this issue Apr 23, 2015 · 0 comments
Open

support for title-loc-key (ios 8.2) #231

GoogleCodeExporter opened this issue Apr 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link


Hi 

this is rather a feature wish than a bug report.


As documented here:
https://developer.apple.com/library/mac/documentation/NetworkingInternet/Concept
ual/RemoteNotificationsPG/Chapters/ApplePushService.html

I need the following payload with "title-loc-key" inside alert.
Now it is only possible to add a string to as loc-key value.
(This becomes necessary for the apple watch).


{
    "aps": {
        "alert": {
            "loc-key": "some_key",
            "title-loc-key": "title_key"
        },
        "category": "my_category"
    },

    "customid" : [ "12345", "678" ]
}




Original issue reported on code.google.com by david.ob...@idealo.de on 9 Feb 2015 at 2:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant