Server Connection

When your admin panel already configured properly you can connect android project into your admin panel server, please follow this step

  1. Please open /AppConfig.java

  1. Set admin panel url

 http://your-domain.com/project/markeet_panel/

please set admin_panel_url like this :

 private String admin_panel_url= "http://your-domain.com/project/markeet_panel/";

Validate

Before you check this make sure that your web hosting able to run .htaccess file

Check database connection : Make sure your web response "Database Connection : Success" like this : http://demo.dream-space.web.id/markeet_panel/services/checkResponse

When you open : www.your-domain.com/markeet_folder + /services/checkResponse

  1. Set Security Code

Since version 1.1 we implement security scheme to prevent spam submission for Order and Fcm User. We use security code that use for both side android and server. Security code is secret data, so you should not share to anyone without authorization.

You can generate your new one from this site : http://www.unit-conversion.info/texttools/random-string-generator/

We recommended you to use Alpha Numeric string with length 100

SERVER

You can change SECURITY_CODE from file /services/conf.php

ADNROID

Then for android you can set security_code at file /AppConfig.java

[ IMPORTANT ] Again, you must make sure both of SECURITY_CODE is same

Last updated