0
In my Android application, we have a policy of use of the application and if some rules are violated by the user its registration should be suspended for a few hours. I use Parse.com as a back-end framework, the problem for me is not to create the Flag that its registration is blocked, is to reschedule the release of this registration, how can I do?
maybe these two links can help you, and you can adapt the lock and unlock by checking a flag through your business rules, https://parse.com/questions/is-there-a-way-to-block-a-particular-user-or-email-address e https://parse.com/docs/js/api/classes/Parse.Cloud.html#methods_run
– Thiago Friedman
They don’t serve no... I’m having more difficulty if I should on the customer’s side use an Alarm mananger to unlock it or should use another mode...
– Mateus Carvalho