Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change package name in Unity3d

Recently i create my first app and the create an apk file to upload on goolge play. after uploading google saied uploading is failed because :

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.

so my question is how to i change com.jirbo.unitytest to my company package name ?

like image 342
MBehtemam Avatar asked Sep 05 '15 15:09

MBehtemam


1 Answers

  1. Press Control + Shift + B or (Command Shift + B, MacOSX) to show the build setting dialog

enter image description here

  1. Select Android on the left;
  2. Click "Player Settings" Button
  3. In the inspector, scroll down to Other Settings, change the Bundle identifier there.enter image description here
like image 196
David Avatar answered Oct 06 '22 06:10

David