Security

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

ANDROID

Then for android you can set SECURITY_CODE at file /data/Constant.java

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

Last updated