INVOXI-CUSTOMER APP
How to install Customer App Web Module ?
Note : Can be only used along with INVOXI - Laravel Invoice and Expense Management System 1.3.2 and above.
Step 1
Download the code from Codecanyon
Step 2 Select the file
UPLOAD-THIS-CUSTOMER-API-MODULE.zip
and upload it to thepublic_html
directory of your hosting.Step 3 Extract the contents of the uploaded zip file to the same directory
public_html
How to install Customer App Android ?
Change base URL
Open /lib/services_config.dart and replace Serverurl variable value with your own URL

Change app name
Change the label with you name in AndroidManifest.xml file

Change app package
Right click on project folder and click on replace in path

Write current Package name in 1st marked box and write your new package name 2 nd marked box and then click on Replace All button.
Please change this carefully we are not responsible if you make something wrong here.

Change App Icon & Assets
Go to /assets/images and replace appstore.png
All Other Images you can change same folder
Publish Your App
Create your own firebase project from https://console.firebase.google.com and also add an android app there with your own package
Click register app and download google-services.json file from there.
Copy that file and paste and replace it in /android/app
After replace the file please restart your IDE.
Generate Apk
Last updated
Was this helpful?