This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Upload a new APK file with a different package name

we have been given a private app to deploy to many devices, when trying to upload to private apps sections in the managed google play from sophos mobile apps we receive the error "Upload a new APK file with a different package name" this appl has been given to us by a developer, the devices are Android Enterprise Fully managed devices.



This thread was automatically locked due to age.
Parents
  • FormerMember
    0 FormerMember

    Kind of depends on what you mean. When you say `one of the sub menus of the package is my name` do you mean one of the packages inside the root package?

    If so you can simply rename the package name and release the change.

    If, however, your name appears in the manifest file package field.

    
    <manifest xmlns:android="">schemas.android.com/.../android"  
              package="package.name.here">
    
    

    then you can change the package name, but not release this as the same app on the store. Your only option would be to remove the current app and release another with the new package name.....

    FaceTime

Reply
  • FormerMember
    0 FormerMember

    Kind of depends on what you mean. When you say `one of the sub menus of the package is my name` do you mean one of the packages inside the root package?

    If so you can simply rename the package name and release the change.

    If, however, your name appears in the manifest file package field.

    
    <manifest xmlns:android="">schemas.android.com/.../android"  
              package="package.name.here">
    
    

    then you can change the package name, but not release this as the same app on the store. Your only option would be to remove the current app and release another with the new package name.....

    FaceTime

Children
No Data