Open KevM opened 6 months ago
yeah we need a swiftui example, there is a way to get the callback in swiftui aswell via a modifier if i remember right.
If you register your call with a deeplink in the Tesla Dev Portal, you need to register that deeplink in Xcode too.
Dont use teslaswift://
but choose one with your app's name
I really appreciate the Usage example for Swift UI. The native web example is just different enough that I'm not sure what to do in the SwiftUI paradigm. My goal is to use native login to make MFA logins go smoother and get better password manager support.
URL Types
A am also not sure what do for this guidance:
If you use deeplinks, add your callback URI scheme as a URL Scheme to your app under info -> URL Types
For the non-native login I added
teslaswift://teslaswift
as a "Allowed Redirect URI(s)" in the tesla developer dashboard to get things working.