10
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

アプリ内ブラウザ(webview)調査

Posted at

久しぶりに最近流行りのアプリにおけるアプリ内ブラウザ(webview)のUAを調べてみた。

調査対象

  • Facebook
  • LINE
  • Twitter
  • Snapchat

調査詳細

  • 調査日: 2016/07/01
  • 端末: Xperia 501SO(5.1.1) / Priori 3s LTE(5.1)

調査結果

Facebook

webview.UserAgent
Mozilla/5.0 (Linux; Android 5.1; FTJ152B Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.81 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/83.0.0.20.71;]
webview.Referer
http://m.facebook.com/

LINE

webview.UserAgent
Mozilla/5.0 (Linux; Android 5.1; FTJ152B Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.81 Mobile Safari/537.36 Line/6.4.1

Twitter

webview.UserAgent
Mozilla/5.0 (Linux; Android 5.1.1; 501SO Build/32.0.C.0.380) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36
webview.Referer
https://t.co/HUo6Cw4FCj

Snapchat

webview.UserAgent
Mozilla/5.0 (Linux; Android 5.1.1; 501SO Build/32.0.C.0.380; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.81 Mobile Safari/537.36 Snapchat/9.33.1.0

考察

TwitterだけUA内に、識別子が含まれていないため、Refererを元に流入を確認する必要がありそう。

10
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?