You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the plug-in is so designed that the service name is always expected to be the app id suffixed with the plugin name. It would be nice if we could simply use an expression like {{nativescript.id}}.UploadPluginService in the plug-in's manifest.
The text was updated successfully, but these errors were encountered:
We have a plugin that needs the app's id.
Currently its manifest contains something like:
Registering an intent service exposed through JavaScript API.
If the service name is provided as plug-in variable, the app package.json will look like:
Currently the plug-in is so designed that the service name is always expected to be the app id suffixed with the plugin name. It would be nice if we could simply use an expression like
{{nativescript.id}}.UploadPluginService
in the plug-in's manifest.The text was updated successfully, but these errors were encountered: