I am unable to download the ipa listed on https://m.11086999.com
using react-native-webview. The webview shows the following error:
The itms link is:
<a href="itms-services://?action=download-manifest&url=https://m.11086999.com/11086.plist" target="_blank" class="btn"><img src="images/right.gif" class="right"
The tag I am using is
<WebView originWhitelist={['*']} source={{uri: this.state.url}} style={{marginTop:h,flex:1}}/>