How to block User creation in QuickBlox Android API -
i making app quickblox. want manage users signup through own server. plan use existing user base , server makes rest calls quickblox create corresponding users in database. on app side, i'll provision these users along "passwords" on air each of users through own apis. see if modifies client app (using reverse engineering or copying quickblox auth key/secret app), can call users.signup api , keep creating number of users , throw off scheme. possible block user creation android app?
to exclude "signup" method quickblox android sdk recommend use following service: http://proguard.sourceforge.net/
Comments
Post a Comment