Open sahibzadafahad99 opened 6 years ago
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.
bundleid=com.myapp
to the query params in a call to /addpsp
(Where your app build's bundleid for that environmentis com.myapp
)./push
, pass uniqush.http2=1
More details are found in https://github.com/uniqush/uniqush-push/issues/157#issuecomment-354528873
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 ?