ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

Possible to ban devices on ur application?

Hello ,

I would like to know if its possible to ban a device so he cant view it or do anything

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Possible to ban devices on ur application?

Hello!

Sorry, I'm not sure I understand you correctly, could you please clarify your question with more details?

ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

Possible to ban devices on ur application?

For example if device 1 is banned he cant view / do things in the app.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Possible to ban devices on ur application?

No, unfortunately this is impossible. You may search for the appropriate phonegap plugin and if it exists use it, but I have serious doubts about it.

Jon Haider
Posts: 0
Joined: Thu Oct 16, 2014 2:53 pm

Possible to ban devices on ur application?

You can probably create a database collection with a list of banned deviceIDs, and then on deviceReady, you can query that database for the deviceID and if it exists, then you log them out, or kill the app, and if it doesn't exist they can proceed as normal. This will create half a second delay for launching the app, but it could work (assuming deviceID are constant and don't change... but they do).

Return to “Issues”