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

6 댓글

  • 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
  • Israr Ansari

    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
  • 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
  • Israr Ansari

    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
  • Israr Ansari

    Hey Greg Katechis  

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

    Thanks 

    0
  • 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

댓글을 남기려면 로그인하세요.

Zendesk 제공