Skip to content
Discussion options

You must be logged in to vote

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…

Client.default = .current ?? .iPhone11ProMax

(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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sbertix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants