Customize App
Project customising
Last updated
Project customising
Last updated
After importing project successfully and Open the project folder in textEditor(ex. Visual Studio) and you will get project structure like below image
Within app module, files are shown in the following groups:
Go to the app > Project > Project from TARGETS > General category > Bundle Identifier
Go to the App > res > values > strings.xml
Please follow this link steps :
Change the Base Url for inside the
Go to the WEBILENEWSRN > src > Config > index.js
Replace the base url : "http://itechnotion.in/webile-news/" to url: ''your base url '
Download zip here from this link and put in root directory of server then unzip it in root directory. It will add that custom API files in api directory.
Example:
http://www.yourdomain.com/API (Root directory of WordPress)
SITE_URL/api/contact_us.php
Post parameters:
1) name
2) email
3) message
Note: Contact us form data will be sent to admin email of WordPress website.