-2

Is it mandatory to start the package name with com. ? I have a different package name like xxxx.yyyy.com.xxxx . Will google play accept it ? Is there any harm in uploading the app with such type of package name .

Thank you in Advance for help.

Amit Gupta
  • 11
  • 1
  • check it out: https://stackoverflow.com/questions/8075162/what-should-be-the-package-name-of-android-app – Leandro Ocampo Jul 25 '17 at 17:19
  • 3
    Possible duplicate of [Android - Package Name convention](https://stackoverflow.com/questions/6273892/android-package-name-convention) – J-Alex Jul 25 '17 at 17:20

1 Answers1

1

No, it is not mandatory.

Even standard Android components use package names like android.foo.bar. Or Java components like java.util.foo.

Ben P.
  • 52,661
  • 6
  • 95
  • 123