Lock 2 scheme change?

I have users reporting an issue in my plugin… In the prev lock the callback url was https://nativescript.auth0.com/android/org.nativescript.auth0demo/callback (as set in the Auth0 UI)

There’s an error now where its saying “org.nativescript.auth0demo://nativescript.auth0.com/ios/org.nativescript.auth0demo/callback” is not in the allowed callback urls

So I added it, and I mean the Auth0 logs show login success, but I don’t get the callback back to my app, see the attached image.

Thoughts?
https://github.com/sitefinitysteve/nativescript-auth0/blob/master/demo/app/App_Resources/iOS/Info.plist#L55

![alt text][1]

AH! Yes there was :smiley:
https://auth0.com/docs/quickstart/native/ios-swift/00-getting-started#configure-callback-urls

I suppose I can figure it out from here

Needed to implement the delegate and (clearly) set the allowed callbacks