I have integrated the push notifications sdk and I am trying to send a test push from the push notifications dashboard but i get this error:
Notification failed to send. Please double-check your key configuration and the device token and try again.
The push token shows up in my xcode log when I start my app from the xcode build. I have the apple push key setup and uploaded to the unity dashboard.
My versions:
push SDK is: 3.0.0-pre.1
unity is 2022.3.1
any way to debug this to find out why the test notification is not sending? I also tried a scheduled notification from the dashboard and it didn’t send to my phone either.