I have a game with two totally different playing modes. In one the best score is lowest, in another the best one is the highest. Obviously, I can't just use 2 different categories because I need Ascending and Descending ranking orders.
So, is it ok to create two different games in cocos live to achieve what I need? Then from my single game, I'd access different games on cocoslive depending on the playing mode... Any limitations on creating game, like same App Store URL, can block me doing this?