Clarifications on Push notification with .p8 file

I have created a .p8 file and uploaded to Braze(push notification provider) dashboard and gave teamID, app id etc.

Braze library integration is completed on app and device token is been passed to Braze API.(checked with breakpoints)

Since .p8 authentication doesn't have separate development/prod setup, when I trigger a notification from Braze I should receive a notification on iPhone right? even though I am using development signing certificate or does it work only with distribution profile.

Note: I am using Enterprise account.

Help would be appreciated. thanks Vic