Building for iOS targeting the `development` profile so I can use APNS_SANDBOX on the actual devices

Hi all

What’s the canonical way for me to build my app, targeting iOS, for internal distribution to our company employees (for testing) but request that the correct profile is used so that when I request the device token for push notifications, we use the APSN_SANDBOX. Note that we do not use expo infrastructure for push notifications, we have existing infrastructure in place that we want to leverage, so we are doing

Notifications.getDevicePushTokenAsync();

To get the actual device token, which always seems to be one that Apple is expecting belongs to the APNS environment, not SANDBOX