
Since version 1.1.7.4, You can enable Login Register screen on Wilcity App. This screen will show up after customer opening your app.
To setup this feature, please do the following steps:
- Uploading app logo by following https://documentation.wilcity.com/knowledgebase/getting-started/
- Open configureApp.json -> loginScreenStartApp -> enable -> Set to true status
{
"api": {
"baseUrl": "https://wilcityapp.com/",
"timeout": 30000
},
"colorPrimary": "#3dc0ff",
"loginScreenStartApp": {
"enable": true,
"skipButtonText": "Skip",
"title": "WilCity Application",
"text": "Build any type of directory with the fastest and easiest for WordPress"
}
}