Push Notification test send failed ios

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.

anyone have any thoughts on this?

same here

Well, for me it turned out that I entered the wrong bundle ID and needed to set sandbox to true. I tried changing the scheme as suggested in the other post to Release and setting Sandbox to false, but that didn’t help. Will see if it works with an archived build.