Page 2 of 2

App Won't Login since Update

Posted: Fri Aug 16, 2013 6:33 pm
by Kateryna Grynko

There seems to be a problem accessing your app, the link redirects me to some Twitter app. Please send me your app backup to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.


App Won't Login since Update

Posted: Fri Aug 16, 2013 8:36 pm
by Kateryna Grynko

Hi Doug,

We were able to access it.

1) On startScreen in service queryGuardianSMS mapping there is a typo in request parameter "where":
codereturn 'id='+value';/codeThere should be:
codereturn 'id='+value;/code
2) On startScreen on Click event there is a typo in collapseChildList JavaScript code:
codealert('CLICK WORKED!);/codeReplace it with the following:
codealert('CLICK WORKED!');/code


App Won't Login since Update

Posted: Sat Aug 17, 2013 9:47 am
by Doug Black

You guys are fantastic! Thank you!