Skip to content
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

Open
Sideral-Inc opened this issue Oct 8, 2021 · 1 comment
Open

isiPhoneNative #154

Sideral-Inc opened this issue Oct 8, 2021 · 1 comment

Comments

@Sideral-Inc
Copy link

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?

@paolochang
Copy link

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?

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.

{
  isYaBrowser: false,
  isAuthoritative: false,
  isMobile: false,
  isMobileNative: false,
  isTablet: false,
  isiPad: false,
  isiPod: false,
  isiPhone: false,
  isiPhoneNative: false,
  isAndroid: false,
  isAndroidNative: false,
  isBlackberry: false,
  isOpera: false,
  isIE: false,
  isEdge: false,
  isIECompatibilityMode: false,
  isSafari: false,
  isFirefox: false,
  isWebkit: false,
  isChrome: false,
  isKonqueror: false,
  isOmniWeb: false,
  isSeaMonkey: false,
  isFlock: false,
  isAmaya: false,
  isPhantomJS: false,
  isEpiphany: false,
  isDesktop: false,
  isWindows: false,
  isLinux: false,
  isLinux64: false,
  isMac: false,
  isChromeOS: false,
  isBada: false,
  isSamsung: false,
  isRaspberry: false,
  isBot: false,
  isCurl: false,
  isAndroidTablet: false,
  isWinJs: false,
  isKindleFire: false,
  isSilk: false,
  isCaptive: false,
  isSmartTV: false,
  isUC: false,
  isFacebook: false,
  isAlamoFire: false,
  isElectron: false,
  silkAccelerated: false,
  browser: 'AppName',
  version: '1.6.4.176',
  os: 'unknown',
  platform: 'unknown',
  geoIp: {},
  source: 'AppName/1.6.4.176 CFNetwork/897.15 Darwin/17.5.0',
  isWechat: false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@paolochang @Sideral-Inc and others