Security
We implement security scheme to prevent spam submission for 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 recommeded 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 /data/Constant.java

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