+ Start a Discussion
fernandotakaifernandotakai 

Is it possible to change the publisher of a package?

Hi!

 

I have a package with a publisher name as MyCorp, but I would love to change to something more meaningful (as my real company name), but I can't find a way of doing it.

 

Is there a way, or do I need to create a new package (or is there any other way)?

 

Thanks!

Best Answer chosen by Admin (Salesforce Developers) 
A_SmithA_Smith

Change the your dev organizations name under Company Profile > Company Information in setup.  It will take up to 30 minutes, but this will change the publisher shown for packages in subscriber orgs.  


Thanks,

Andrew

All Answers

A_SmithA_Smith

Change the your dev organizations name under Company Profile > Company Information in setup.  It will take up to 30 minutes, but this will change the publisher shown for packages in subscriber orgs.  


Thanks,

Andrew

This was selected as the best answer
Salma khanSalma khan
If you're going to submit a package to the Windows Store, you can associate your project with the Store, and all of the identity information in the Package manifest will match the value in Dev Center (including the publisher name and package identity name). You will also receive a StoreKey.pfx certificate with the same publisher information as your manifest, which will be used for code signing when you create a package.

Thanks,
regards
Realclobber (https://realclobber.com/)
Humaima HumiHumaima Humi
Change Organization Name under "Company Profile" to show the name of publisher. Sometimes, it takes few minutes to reflect where the Managed Package is installed, although its takes some time but it surely works. 
Thanks,
Znzir (https://www.znzir.com/)
Bellot TwigBellot Twig
AHHH! People are just doing mad at branding even when sleeping on king size bed (https://sanfurniture.ae/bedroom-furniture/king-size-bed/). 

 
Mia JacobMia Jacob
If you're going to submit a package to the Windows Store, you can associate your project with the Store, and all of the identity information in the Package manifest will match the value in Dev Center (including the publisher name and package identity name). You will also receive a StoreKey.pfx certificate with the same publisher information as your manifest, which will be used for code signing when you create a package.

Thanks,
regards
Realclobber (https://realclobber.com/)
Mia JacobMia Jacob
If you're going to submit a package to the Windows Store, you can associate your project with the Store, and all of the identity information in the Package manifest will match the value in Dev Center (including the publisher name and package identity name). You will also receive a StoreKey.pfx certificate with the same publisher information as your manifest, which will be used for code signing when you create a package.

Thanks,
regards
Agilemtech (http://agilemtech.ae/)
Salma khanSalma khan
It is possible to change the publisher of a package. The process for doing so depends on the specific package management system being used. For example, in the npm package manager for Node.js, a package owner can transfer ownership to another user by using the npm owner add and npm owner rm commands. Similarly, in Python's PyPI repository, package owners can transfer ownership by adding new maintainers to the package or removing themselves as the maintainer. It's important to check the documentation of the specific package management system you are using for information on how to change the publisher of a package.
Hope the answer will help and if you want more tech-related updates, you may like to visit BestKodiTips (https://www.bestkoditips.com/).
Salma khanSalma khan
This can be done by either re-publishing the package under a new publisher account or transferring the ownership of the package to a different publisher. Both options will result in the change of the package's publisher and allow for continued distribution and updates. It's important to follow the guidelines set by the package management system and any necessary procedures to ensure a seamless transition.
Thanks,
Regards: Agilemtech (https://agilemtech.ae/)