YogevSitton
YogevSitton

Reputation: 10108

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?

Upvotes: 1

Views: 335

Answers (1)

Vrasidas
Vrasidas

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

Related Questions