This repository has been archived by the owner on May 1, 2024. It is now read-only.
How should I structure my Xamarin project for Premium and lite version. #15441
Unanswered
Muhammadfaizann
asked this question in
General
Replies: 1 comment 3 replies
-
You should not need to create 2 separate projects. You could use the feature flag pattern:
Once you have done this, you can set the flag, build and release. Then flip the flag and repeat for the other version. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I am developing a xamarin application, I want to run ads on the lite version and the premium version does not contain ads and has some extra features.
My question is should I be creating two separate xamarin projects one for lite and one for premium. or is there any way I can do that in one project?
Any help would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions