Make the following changes in the “web.config” file to configure Application Settings for SigningHub Mobile Web.

Open SigningHub Application for iOS or Android
These are smart banner app settings attributes 'apple-itunes-app', 'google-play-app'. Remove these attributes if a banner is not desired.

<add key="apple-itunes-app" value="app-id=1546086577" />

<add key="google-play-app" value="app-id=com.shub779app" />

<addkey="ios_app_url"value="https://t5u47.app.goo.gl/31dv"/>

For ios these attributes will help the user to open the SigningHub app. However, if the SigningHub app is not already installed then these attributes redirect the user to the apple store so that SigningHub application could be downloaded and installed from there.


For key "apple-itunes-app” the value is ios app ID. For Key "google-play-app" the value is android app ID and for key "ios_app_url" the value is ios URL.

Andriod app parameters to open from browser

<add key="andriod_intent_filter" value="mobile.shub779app.com" />

<add key="andriod_scheme" value="shub779app" />

<add key="andriod_package" value="com.shub779app" />

For android these attributes will help the user to open the SigningHub app. However, if the SigningHub app is not already installed then these attributes redirect the user to the play store so that SigningHub application could be downloaded and installed from there.


For key "andriod_intent_filter” the value is URL. For Key "andriod_scheme" the value is scheme and for key "andriod_package" the value is the package.