Forum Discussion
App does not launch immediately after installation but after a 40 mins delay it launches again
Hi Mo_Velayati
Is the delay in launching the app happening only after the first installation/deployment from the CI/CD pipeline or does it take place for all launches other users try to make after the app is initially installed?
Cheers,
Tanaka
- Mo_VelayatiDec 16, 2020Copper Contributor
Hi Tanaka,
This happens every time someone except me (Author of the self-signed cert) pushes code and therefore triggers the pipelines.
Best,
Mo
- Tanaka_JimhaDec 16, 2020Iron Contributor
Hi Mo_Velayati,
Does your CI/CD pipeline also install the app on users' machines, and how does it do so? Or is the installation driven by the end user. I'm trying to understand the specific scenario in which the app launch is delayed.
Thanks,
Tanaka
- Mo_VelayatiDec 16, 2020Copper Contributor
We distribute the .msix and the .cert manually. We put the files on a shared drive and end users install it from there.
The interesting thing is that no matter where we install the .msix from, the issue still remains. And it only happens to the Developers who have access to the source code and can trigger the pipelines, not the end users. Even if the developers download the files directly from the pipeline drop location, they still see the issue.
Best,
Mo