Skip to content

salehb02/universal-market-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal Market Manager

Step 1 - Import package:

Import latest unity package from releases section.



Step 2 - Setup fields:

Setup package in 'UMM -> Market Settings'.
* 'Bazaar Developer ID' is optional. Fill it if you wanted to use OpenDeveloperApps method.



Step 3 - Use it:

Include 'UMM' namespace to your code and call these:

MarketIntents.OpenAppDetails();
MarketIntents.OpenRating();
MarketIntents.OpenDeveloperApps();
MarketIntents.OpenMarketLogin();


Or

You can just put IntentButton.cs next to your button component. It'll call your wanted method automatically!

Step 4 - Build:

Now use 'UMM/Build!' to build for supported markets at once!

- Currently supported markets: -

Myket
Cafe Bazaar


Done!