-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Is there a way to include apns headers #34
Comments
Hi @michzio Without Please, check out the latest stable release if you are using an old version and having any issues with that: https://github.com/onmyway133/PushNotifications/releases |
Ok cause I am searching for reason why my standalone watchOS app is not receiving push notifications but through iOS app it is delivered to watch correctly. |
Hi @michzio |
Good day! Is there way to change apns-push-type from "alert" to "background"? |
Hi @ArturRuZ
|
Hello, Is it possible to add |
Hi @max-potapov |
With watchOS 6 standalone and i think new app there is requirement for
"apns-topic": "#bundle-id" ,
"apns-push-type": "alert",
I think it should go not into body but into the header. So it will be nice to define header fields!
The text was updated successfully, but these errors were encountered: