Recent searches


No recent searches

Is there any way to see the installation screen upon development?



Posted Apr 22, 2022

Hi guys
I want to develop an installation screen for my app so I want to know how can I see the changes during the development 


0

6

6 comments

image avatar

Greg Katechis

Zendesk Developer Advocacy

Hi Israr! When you're testing locally, there isn't a way to see the installation screen. You can package the app, upload it, and then install it privately, but it's obviously a bit of a hassle to do that. If you're just looking to test the app with those settings filled out and don't want to fill that out from the command line when starting the server, you can build a JSON or YAML file to do that locally. Take a look at this for more information about how to set that up.

 

0


Hi Greg Katechis

ok then I have a question regarding this can we add a custom button on the installation screen along with fields because in the documentation I can't find it 

0


image avatar

Greg Katechis

Zendesk Developer Advocacy

No, there wouldn't be a way to do that. Could you tell me more about your use-case so that I can so that I can see if there's another direction you can take?

0


ok, basically I want to have 6 fields on the installation screen, and before clicking on install I want to validate the data which is inside the field through my own middleware that's why I need a button after the fields so that I can easily verify field data.  

For Example 


Thanks!

0


Hey Greg Katechis  

Is there any solution to this problem because its urgent for me 

Thanks 

0


image avatar

Greg Katechis

Zendesk Developer Advocacy

Hi Israr, apologies for the delay. There isn't any way to accomplish what you're looking to do here during the installation process. You could add a "setup" to your app that runs a check to confirm whether the data that they used was correct and if it is not, they can then be prompted to update the app settings. You could do this the first time the app is launched and if the settings were input correctly, it just continues forward and doesn't provide any prompt to the user.

0


Please sign in to leave a comment.

Didn't find what you're looking for?

New post