This comment has been minimized.
This comment has been minimized.
The only curl is working for me to send push to the new APNS provider via HTTP2, thank god I found this only after a day of trying and not breaking my head anymore. |
This comment has been minimized.
This comment has been minimized.
Using the new, token based provider authentication:
You will need to generate your JWT token and sign it using ES256. This is out of scope here (it's easy to find many libraries on a quick Google search). |
This comment has been minimized.
This comment has been minimized.
I am getting below error for,
Any idea? |
This comment has been minimized.
This comment has been minimized.
You're using a .p12 certificate, you need to use a .pem |
This comment has been minimized.
This comment has been minimized.
@hissain, you when you add
|
This comment has been minimized.
This comment has been minimized.
@bzhoek |
This comment has been minimized.
This comment has been minimized.
Did anyone able to run feedback service from curl command ? |
This comment has been minimized.
This comment has been minimized.
Thank you! For specifying the P12 certificate password:
|
This comment has been minimized.
This comment has been minimized.
this is token base example
|
This comment has been minimized.
This is only for testing - APNS requires a persistent connection to be maintained or you run the risk of being flagged as a denial of service attack.