different apps with the same name?

11,543

Solution 1

Not sure about Microsoft Store, but with Android and iOS apps are identified by app id. You can't have multiple apps with the same app id. The name string is more superficial, it isn't used as a unique key in the app stores - it's more of a visual thing client side.

EDIT: Looks like Google Play Store allows multiple apps to have same app name as long as they have a different app id. But iOS requires both app id and app name (but not display name) to be unique from other apps in the store. That's probably also why you see so many apps with super long, specific names in the iOS store.

Solution 2

There is a game on Google Play Store called Fantasy Heroes by Userjoy Technology Co. Ltd but on the Windows store it's called Fantasy Adventure

Share:
11,543
franz1
Author by

franz1

Updated on June 19, 2022

Comments

  • franz1
    franz1 almost 2 years

    let's suppose that two developers create their own App and each of them want to call it "nameApp": can they both publish it on the Apple Store, the Google Store and the Microsoft Store?

    In other terms->

    • Is it possible to find two or more different apps with the same name on the App stores?
  • Vasanth
    Vasanth about 8 years
    Adding to @drhr In iOS there are 2 important names, App display Name (Name that appears under the app icon on your home screen). This can be same for multiple apps. App Name (Name that appears in iTunes). This should be unique and apple will give you an error if you try to use already used name.
  • Jess Bowers
    Jess Bowers almost 7 years
    I think the original poster is asking whether apps can have the same name. Not whether an app is posted in two stores with different names.
  • Jack_Hu
    Jack_Hu about 5 years
    Moreover, I would imagine that if the app could of had the same name across platforms, then it would have, which would lead me to believe that the Windows Store also has a restriction on two apps having the same name.