Reputation: 10108
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?
Upvotes: 1
Views: 335
Reputation: 2085
The payload size limit concerns the server only, so I believe the iOS7 devices will handle it as usual (in launchOptions or didReceiveRemoteNotification:).
Upvotes: 2