What is the maximum length of the alert text of an iOS push notification?
The documentation states that the notification payload has to be under 256 bytes in total,
see my test here
I could send up to 33 Chinese characters and 13 bytes of custom values.