The phone linking should be the same ios and android but I have not tested it. here is the phone link reference for ios https://developer.apple.com/library/i...
The phone linking should be the same ios and android but I have not tested it. here is the phone link reference for ios https://developer.apple.com/library/i...
just thought of this you could put the emails in local variables on the service where it is input it into the database you could use the js to check for the emails. If the emails are not the same return null. This will cause the signup service to fail because username cannot be null.
why do you want to have the admin panel in the app? It might be easier to code a web page and use REST to connect to appery
you could use javascript with an if statement (not actual code) if emailField1 == emailField2 invoke signup Service else alert("Your email does not match. Please enter matching emails")
tried that, did not work. Sent an email.