Hello,
today I send a Push notification and I get this error for all ios device registered:
iOS Exception While Sending Message to : xxxxxx Error :Total payload size exceeds allowed limit (payload is 267 bytes, limit is 256)
THe message I sent was 247 char lenght.
I read that the total payload was 1K or more in iPhone devices.
I this link https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html
Apple speak about 2k payload for push notifications.
What is the maximum chars that I can send ?
Best regards