-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isiPhoneNative #154
Comments
Have you found a solution for this question? I'm testing with Express and React Native. I got the same result as you listed. I also have web client, so I want to find out where are the requests from.
|
Hi,
Currently testing a ReactNative iOS app (iOS 15) with latest plugin version (1.0.15) and the isiPhoneNative param remains false.
Is it me or the following params should be set to true:
"isiPhone": false,
"isiPhoneNative": false
Also, the following params return "unknown":
"os": "unknown"
"platform": "unknown"
Is there something I'm doing wrong?
The text was updated successfully, but these errors were encountered: