What should be the package name of android app?

后端 未结 7 1264
南方客
南方客 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 02:14

    As you stated, package names are usually in the form of 'com.organizationName.appName' - all lowercase and no spaces. It sounds like the package name that you entered when uploading the app was different from the one declared in the AndroidManifest.

提交回复
热议问题