How can i create installation page on my custom app?
Hi, Actually I am building a custom app so I want to know how could I create an installation page as shown in the screenshot_1?
Means on my structure of code in assets folder where should I create HTML & js file for my installation page & where should I call it in manifest please guide me in detail (remember not for app side) see Screenshot_2.
Note: Screenshot_1 is only for example
Screenshot_1:
Screenshot_2:
Best Regards,
Furqan
-
Hey Furqan,
The installation page is programmatically built by the apps framework upon installation of your app. There is no need to create html or js files for this page as we handle the building of this. The only thing you need to do is declare these fields in the parameters array in the manifest file.
For example this:
creates this field on the installation page:
Hope this helps, -
Hi Eric Nelson,
Thanks for your support it works for me but I want to ask can we make a custom installation page where we can add multiple tabs and dropdowns on our own designs & structure.
See this for reference:
Cheers,
-
Hey Furqan,
Unfortunately we do not offer custom installation pages for our apps.
Thanks!
Please sign in to leave a comment.
3 Comments