LoginSignup
4
2

More than 5 years have passed since last update.

iOS EnterpriseのOTA配信 OS 10で気をつけること

Posted at

Enterprise App をOTA配信するときに気をつけること。
iOS9までは、.plist、.ipaともに
"itunesstored/1.0 iOS/10.0.1 model/iPhone8,2 hwp/s8003 build/14A403 (6; dt:142)"
こんな感じのUserAgentでくる。

iOS10の場合は、.plistは
"itunesstored/1.0 iOS/10.0.1 model/iPhone8,2 hwp/s8003 build/14A403 (6; dt:142)"
のような形でくるけど、
.ipaに対しては
"com.apple.appstored/1.0 iOS/10.0.1 model/iPhone8,2 hwp/s8003 build/14A403 (6; dt:142)"
のような感じでリクエストしてくる。

ここをみてNginxでごにょごにょっとしてたけど、
com.apple.appstoredも通すようにしないとダメでした。

4
2
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
4
2