最近我创建了我的第一个应用程序,并在goolge play上创建了一个apk文件。上传谷歌后上传失败,因为:
Upload failed
You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode. Learn more about signing.
You need to use a different package name because "com.jirbo.unitytest" already exists in Google Play.
所以我的问题是如何将com.jirbo.unitytest
更改为我的公司包名?
答案 0 :(得分:1)
转到文件 - >构建设置 - >播放器设置 - >其他设置。在标识设置中,将Bundle Identifier更改为" com.yourcompanyname.projectname"。