E
egarcia
Guest
Hello, The error message that you are getting is shown when the Session Service has not been invoked before calling the Login Service. A possible suggestion is to add debug messages to confirm that the Session Service is being called prior to the Login Service. Perhaps, add code to the success and error callbacks. Another way to debug this is to enable the Web Inspector on your iOS device (Safari/Advanced/Web Inspector) then connect to a Mac via USB. You would then be able to use Safari on the Mac to debug the WebView on the Native Tester. I hope this helps.
Continue reading...
Continue reading...