Managed package cannot see a class from another managed package
We have a following setup:
We have a following setup:
We are creating a managed package, which recently passed the received security review, and have had no issues installing it in DE and EE orgs…until today. Today, installs are failing in production and sandbox EE and Perf. Edition orgs with the following hard-to-comprehend error message.
I’m in the process of making a managed package extensible via an Apex plugins pattern. Basically there is an interface defined in the managed package that the subscriber Orgs can implement and then provide the class name to the managed package via a custom setting. The managed package creates an instance of the subscriber orgs class, casts it to the interface and then invokes the required interface methods.
Does anyone have experienced pulling AppExchange App Analytics data for their managed package using AppAnalyticsQueryRequest? This was released in Summer 2019. If you have experience with this can you please tell me:
Is package patching available only for registered partner accounts ? I have freeware created developer account. As I see I can not create this or I am doing something wrong ?
I’ve found great information on patch and push upgrades in the Salesforce Packaging Guide and help notes. Although the steps for creating patches are listed in detail in both areas of documentation, I cannot find the steps for creating major upgrades!
InstallHandler is the interface you implement for a post-install script in a managed package. Per the docs:
What are the organization roles involved in publishing an application on the AppExchange and what is the purpose of each of these orgs?
Is there a limitation how deep the nesting of base and extension packages (managed ones) is in Salesforce?
I created a manage package in my developer org and when I install that package in another developer org, it show the publisher name as “Gmail”. But in my personal information, company name is something else. I want to know where does it get the publisher name and how to change it.