Can we load the extension on starting of the app(PS/Id/Ai) ?
Hi All,
I want to start my extension at staring of the app. As per the documentation, Lifecycle/StartOn/Event in manifest.xml can be used. I have used it like this in my manifest file :
<Lifecycle>
<StartOn>
<Event>applicationActivate</Event>
</StartOn>
</Lifecycle>
But, I can't see the extension starting automatically.
The starting behaviour for like this: If the app is closed with extension open, the extension will load automatically on next start of the app and if the extension is closed or minimized while closing the app, the extension doesn't start.
