oleg82 / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

256 byte max size is outdated for iOS7 #241

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Push.payload() with a payload larger than 256b
2.
3.

What is the expected output? What do you see instead?
Payload should be pushed to APNS, instead PayloadMaxSizeExceededException is 
thrown

What version of the product are you using? On what operating system?
2.2.1 mac OSX 10.9.5

Please provide any additional information below.
New iOS7 payload limit is 2KB

Original issue reported on code.google.com by Ion...@gmail.com on 29 Apr 2015 at 2:34