1
votes

With iOS8 Apple has increased the allowed payload size for push notifications to 2K. What will happen if I send the same push notification to iOS7? How will it behave?

1

1 Answers

2
votes

The payload size limit concerns the server only, so I believe the iOS7 devices will handle it as usual (in launchOptions or didReceiveRemoteNotification:).