Mxit’s Recommend Service enables users to quickly and easily add your app by clicking on the link in the app, or linking to other apps from within your app.
Ways of recommending apps
This two ways of recommending apps:
- Share an app with a friend (User A wants to recommend App X to User B),
- Add another app (App X wants to cross-sell App Y to User A)
How do I use the Recommend Service?
Below is the code you will need to enable users to share your app or add another of your apps.
mxit://[mxit_recommend]/Recommend?service_name={servicename}
<a href="mxit://[mxit_recommend]/Recommend?service_name=servicename" type="mxit/service-navigation">Your custom link</a>
or
2. Add another app (App X wants to cross-sell App Y to User A):
mxit://[mxit_recommend:Refresh]/Referral?from={fromservicename}&to={toservicename}
<a href="mxit://[mxit_recommend:Refresh]/Referral?from=servicename&to=servicename" type="mxit/service-navigation">Your custom link</a><br/>
Please see below for examples of how Farm Wars are doing the new referrals:
<a href="mxit://[mxit_recommend]/Recommend?service_name=farmwars" type="mxit/service-navigation">share</a>
<a href="mxit://[mxit_recommend:Refresh]/Referral?from=farmwars&to=farmwars.bfe" type="mxit/service-navigation">FarmWars: Battle For Europe</a><br/>