Deploying a Native Package for Acceptance

0
Hi everyone,   We have an application that also has a native profile. We want to build a package specifically for our -accp environment but we are having trouble with figuring out where we went wrong. Using the native builder, how could we make sure to target our accp env as opposed to our prod env? What field would make that so, the app identifier for example and/or the deeplink? The documentation doesnt specify a prod/accp split.   When the package is built and we run it through bluestacks for example it keeps throwing connection errors.    Thank you in advance.
asked
1 answers
0

Hello Damien,

 

You can try to create distinct configurations for your app distributions from within the Native Mobile Builder UI.

 

Ensure you use a different app identifier to avoid collission between your prod and accp environments. If you integrate with Push Notifications services like Firebase FCM, you will have to configure corresponding services for each environment and make sure you associate that corresponding `google-services.json` and `GoogleService-Info.plist` accordingly.

 

The screenshot below highlights our setup where we switch between the default and PROD configurations.

 

Screenshot 2024-09-10 at 9.19.40 AM.png

 

I hope this helps.

answered