Expand my Community achievements bar.

SOLVED

Target environment configuration on mobile

Avatar

Level 2

Hey everyone, 

Can someone help me where to find a documentation regarding how to use/switch to different env on mobile via using Target? 
For example create an activity for QA build and after that Prod build. 

Thanks in advance. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @ElioL ,

 

You can refer below document for implement target with the AEP mobile SDK

https://experienceleague.adobe.com/en/docs/target-dev/developer/mobile-apps/native-app

 

View solution in original post

5 Replies

Avatar

Community Advisor

Hi @ElioL 

How's your Target configuration has been setup? Are you using either at.js or web sdk approach? or Are you using AEP Mobile SDK?

Avatar

Level 2

hey @Gokul_Agiwal

Thanks for replying. Yes as stated as on mobile, i have implemented AEP Mobile SDK. 

Avatar

Community Advisor

Hey @ElioL  

Sorry for late to get back to you, just to check is this issues resolved? If you're still having issues happy to discuss through. 

Thanks.

 

Avatar

Correct answer by
Community Advisor

Hi @ElioL ,

 

You can refer below document for implement target with the AEP mobile SDK

https://experienceleague.adobe.com/en/docs/target-dev/developer/mobile-apps/native-app

 

Avatar

Level 2

Hi,

 

You can find documentation for environment configuration in mobile development by checking the specific platform's documentation (like Android or iOS). For switching between environments (QA, Prod), look for information on build flavors or targets in Android (build.gradle) or schemes in iOS (Xcode). You can define different configurations for each build type.