You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to install uniqush from docker build and also want to change payload size from 2048 to 4096 bytes. I need payload size 4096 bytes inside docker container, can any one please guide me how can i change it ?
The text was updated successfully, but these errors were encountered:
sahibzadafahad99
changed the title
How we will modify payload size from 2048 bytes to 4096 bytes?
How to modify payload size from 2048 bytes to 4096 bytes?
Nov 2, 2018
To increase the maximum APNS payload size from 2048 to 4096, you must use apple's APNS protocol instead of the binary protocol. By default, the binary protocol is used.
you must add bundleid=com.myapp to the query params in a call to /addpsp (Where your app build's bundleid for that environmentis com.myapp).
Every time you send a push with /push, pass uniqush.http2=1
I want to install uniqush from docker build and also want to change payload size from 2048 to 4096 bytes. I need payload size 4096 bytes inside docker container, can any one please guide me how can i change it ?
The text was updated successfully, but these errors were encountered: