OK, so for a native addon to work, there are two parts, one the native app, one the extension.
and to be able to install the extension, it needs to be in the extension store....
I was wondering, how to do that while still in development ? Can I register an extension that is not yet finished that I can use when I create my installer ?
if I make changes to my extension, can I just upload new versions ?
usually when I make changes, it gets a new ID. will that become a different extension? or can I update the ID with new versions? do I need to await approval for every version ?
Is this described anywhere ?