Search code examples
iosios7ios8push-notificationapple-push-notifications

iOS Push Notification big payloads on iOS7


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?


Solution

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