Localytics Push Notification text limit

624 views Asked by At

I have integrated Localytics in one of the app(iOS) and its working fine, but as per the client requirement i need to increase the text limit(message sent in push notification), is there any option to change the text limit? if so please let me know

Here is Localytics which i am follwing.

Thanks in advance.

1

There are 1 answers

1
Mike On

The character limit you see when creating the Push Campaign Localytics is based on Apple's payload limit. On Apple's "Local and Push Notification Programming Guide", they state the following:

Each push notification includes a payload. The payload contains information about how the system should alert the user as well as any custom data you provide. The maximum size allowed for a notification payload is 256 bytes; Apple Push Notification Service refuses any notification that exceeds this limit.

For more information on Push Notification with Apple, you can find it at Apple documentation

If you have any questions, do not hesitate to reach out to us at [email protected]!

-Mike

Localytics