What should be the package name of android app?

后端 未结 7 1265
南方客
南方客 2020-11-29 01:53

I want to know that what should be the package name of android app? Means normally we used com.appname OR com.organizationName.appName, But when we are submitting our applic

7条回答
  •  迷失自我
    2020-11-29 01:58

    Package name is the reversed domain name, it is a unique name for each application on Playstore. You can't upload two apps with the same package name. You can check package name of the app from playstore url

    https://play.google.com/store/apps/details?id=package_name

    so you can easily check on playstore that this package name is in used by some other app or not before uploading it.

提交回复
热议问题