v1.3.0
- [FIX] APNS custom data properly incorporate into the push notification payload. So instead of passing
custom_data
as-is into payload and by that introducing one more nested level, extract all the key fromcustom_data
and
put them on the same level asaps
attribute.