Is it possible to submit 2 versions for the same app for 2 different regions/countries
app-store, ios, ipad, iphone
Solution
yes, it is possible, of course. we have many same applications for different markets like one for the UK market, one for the US market, etc... and they have different contents only which are specified for the current country, the application's core, name, icon and purpose are the exact same for every country.
our practice, we are focusing on one market at same time only, so technically we publish the different applications one-by-one 4-5 days delay between them.
Problem
I'm building an IOS app, but figured out later that my app should act totally differently based on the region/country. Basically, I only want to support 3 countries, but every country has its own rules and data. It makes no sense in my case to add all the logic, media, etc., in a single app. Is it possible to do something like you can do on Google's PlayStore, submit a different app for each country all under the same name? I tried to search for this issue but couldn't find any helpful resource.