Unity-Technologies / NotificationsSamples

Sample project for Unity Notifications
Other
283 stars 50 forks source link

IOS Remote notficaion Payload missing #55

Closed ZahidZafar closed 3 years ago

ZahidZafar commented 4 years ago

Hello, I am unable to get the payload from the remote notification. It tried iOSNotification.Data. But it is empty.

IgorGalimski commented 4 years ago

Hi! It's because Unity parses data from dictionary where a key is 'data'

Screen Shot 2020-10-21 at 11 50 38

Because Unity puts when you schedule local push

Screen Shot 2020-10-21 at 11 53 58

To have ability to parse data from remote pushes I wrote my own plugin https://github.com/IgorGalimski/UnityLocalNotification Please, contact me if you decided to use it

aurimasc commented 3 years ago

In upcoming version the user info dictionary is available in the API.