You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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: