-
Hello everyone, Authentication is not successful and I receive an email telling me that the connection comes from an Android phone. I think the problem is due to the authentication with the facebook profile? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @theomarie, This is not an error 😊 Client.default = .current ?? .iPhone11ProMax (You might need wrapping this in Future versions will switch to iOS devices by default, but for now, as the feature is still being tested, we keep relying on Android ones. |
Beta Was this translation helpful? Give feedback.
Hey @theomarie,
This is not an error 😊
The default
Client
is indeed an Android device. To use an iPhone you should call this immediately after launch…(You might need wrapping this in
#IF
statements depending on your deployment target)Future versions will switch to iOS devices by default, but for now, as the feature is still being tested, we keep relying on Android ones.