往往native app会需要在webapp中进行推广,或者是网页并没有做mobile的兼容,需要用户使用native app

##方法 ios 中head中加入meta标签

  <meta name='apple-itunes-app' content='app-id=你的APP-ID'>

参考链接