Rules are not firing from Mobile App while same is working for Web App

Auth0 rules are triggered from Web App but they are not triggered from iOS/Android App.
Good thing is hooks works fine from both sides.
Any ideas on why auth0 rules are failing to be triggered from Mobile App?

If they are not triggering at all for one application, but triggering for another the most likely explanation would be an issue on the service side. If you’re in a development stage where it’s easy for you to just switch client identifiers I would recommend you to recreate the mobile client application and see if the issue persists.

1 Like

I tried by recreating Native application but issue still persists.

Solved.
Rules were triggering during login.
Thanks @jmangelo.

1 Like

Glad you have it working! Thing to remember that rules are triggered upon successful login

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.