Dynamic start_url for PWA Integration in AEM Adaptive Forms
Hi All,
The problem statement is as follows :
I have created a custom integration configuration for Progressive Web Apps in AEM Adaptive Forms ( based on AEM 6.5 ). For a form that I am trying to convert to PWA, the start_url also includes some query parameters which are used for tracking how the user landed on that particular form. Now the start_url is defined in the manifest.webmanifest file which is added in the head of the form as a link. It is recommended that we have one static start_url but in my case I want the query parameters also to be part of the start url because based upon that the user experience will change.
So I need to modify the manifest.webmanifest file at run time to change the start_url based upon the query parameters for the user who is installing that PWA.
It would be a huge help if someone can suggest the optimal ways to achieve this.
Thanks,
Ayush
