We are trying to install and test our extension package for on-prem Business Central 220 version
We are using the following commands:
(Navigate to the navadmintool.ps1 script in Business Central folder)
Publish-NAVApp -ServerInstance BC220 -Path C:\temp\extensionapplication.app -SkipVerification
When we run the Publish-NAVApp command we get the following error:
your program license does not allow you to publish ‘UserSettingsABA’
[UserSettingsABA is one of files in the app]
The licence we are using is a developer licence.
Are different licences required to do on-prem extension installation for Sanbox/Prod?