Developing a launcher for a mobile game

Good evening everyone!

We’ve come to a problem that we need to develop a launcher for our unity game. I am not good in mobile development at all, so I’ve come hear to ask a bit offtop question.

Is Xamarin good for this task? The only thing launcher will do is downloading and launching (ha-ha) the game. It seeems good to me because it is cross-platform and c# based, so I won’t need to learn a new language in a very short time.

Thanks everyone for responding!

As you said, Xamarin is a good choice to use as a launcher. You can download a .apk (for Android) but I doubt you can do the same for .ipa files on iOS as Apple does not allow it (Apple wants to control the AppStore so you don’t download and run games without their permission.).