Hi
I have a solution that uses deeplinking to a powerapps in emails.
The deeplink contains the URL of the application with the AppID and some variables.
I have the one DEV enviroment, unmanaged solution and one PROD enviroment managed solutions.
I make the changes I need ion DEV export it as managed and move it to PROD.
Will an update or upgrade always change the AppID, as this breaks my deeplinking in emails, they will now point to an app that does no longer exists.
I maybe should have thought the deeplinking part thru more, but is it correct that each time i make an update, export from dev to prod, I will get a new AppID? And if yes, how can I solve this with still using deeplinks to to point to the correct app?