I'm still a bit fuzzy on creating a free (Trial) and a paid (Pro) version of my app.
I have created two build configurations: trial and pro.
When I create the Trial version, I set the Trial version in the build configuration:
com.rfresh.ezholdstrial
and then I compile and run it. In the Objects folder I see EZHolds.apk
When I create the pro version I select the build configuration com.rfresh.ezholdspro.
and then I compile and run it. In the Objects folder I see EZHolds.apk
Why is the .apk file the same? I was expecting to see something like EZHoldsTrial.apk and EZHoldsPro.apk.
Should I manually rename them? The .apk file name seems to be coming from the project folder name I have the project in.
I have created two build configurations: trial and pro.
When I create the Trial version, I set the Trial version in the build configuration:
com.rfresh.ezholdstrial
and then I compile and run it. In the Objects folder I see EZHolds.apk
When I create the pro version I select the build configuration com.rfresh.ezholdspro.
and then I compile and run it. In the Objects folder I see EZHolds.apk
Why is the .apk file the same? I was expecting to see something like EZHoldsTrial.apk and EZHoldsPro.apk.
Should I manually rename them? The .apk file name seems to be coming from the project folder name I have the project in.