I haven\'t found a thread about this so I must ask: is there a way to programmatically detect which app store the app was downloaded from? (ie: Germany App Store)
I
I think you'd use the current locale of the user to detect in which country they are… but it could fail sometimes, so I'm not very sure if a not 100% effective way to detect the AppStore would work for you.
You'd need to call
[[NSLocale currentLocale] objectForKey: NSLocaleCountryCode]
Also, please see discussions in the following threads, some of them are old, but probably will help you to find alternatives solutions too Link1 and Link2