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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
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
hey @Gokul_Agiwal,
Thanks for replying. Yes as stated as on mobile, i have implemented AEP Mobile SDK.
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
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.
Views
Likes
Replies