We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9d06f commit c0f38ecCopy full SHA for c0f38ec
src/main/java/cn/jpush/api/push/model/PushPayload.java
@@ -30,7 +30,7 @@ public class PushPayload implements PushModel {
30
private static final String SMS = "sms_message";
31
32
private static final int MAX_GLOBAL_ENTITY_LENGTH = 4000; // Definition acording to JPush Docs
33
- private static final int MAX_IOS_PAYLOAD_LENGTH = 220; // Definition acording to JPush Docs
+ private static final int MAX_IOS_PAYLOAD_LENGTH = 2000; // Definition acording to JPush Docs
34
35
private static Gson _gson = new Gson();
36
0 commit comments