Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

deployType/Environment for distribution

$
0
0

Hi

I had set my environment in config.json like

"env:development": {
        "BASE_URL": "https://service.myDevelopmentdomain.com/dev/ABCClient.svc/"
    },
    "env:test": {
        "BASE_URL": "https://service.myStagedomain.com/stage/ABCClient.svc/"
    },
    "env:production": {
        "BASE_URL": "https://sites.myProductiondomain.com/ABCClient.svc/"
    },
and I had get it like alert(Alloy.CFG.BASE_URL);

I am getting environments like when I run from 1) emulator - development(Run as emulator) 2) device - Test(directly running as android device)

I am going to upload my apk on play store for alpha/beta users(alpha/beta testing). so which environment i will get during alpha/beta testing? and which environment i will get when i distribute among all users on play store?

I am using alloy frame work. Please replay ASAP. thanks in advance :)


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>