App not install in iOS9

  • 1
  • Problem
  • Updated 4 years ago
  • Solved
Please let me know where I am wrong:

<!-- config.xml reference: https://build.phonegap.com/docs/confi... -->

myPR Patient Survey V2.7

Patient Survey Form

Divya

<!--
If you do not want any permissions to be added to your app, add the
following tag to your config.xml; you will still have the INTERNET
permission on your app, which PhoneGap requires.
-->

<!-- Customize your app and platform with the preference element. -->
<!-- <preference name="phonegap-version" value="3.7.0" /> all: default means both landscape and portrait are enabled -->

<!-- all: default means both landscape and portrait are enabled -->
<!-- all: possible values handset, tablet, or universal -->
<!-- all: hides the status bar at the top of the screen -->

<!-- ios: control whether the screen 'bounces' when scrolled beyond the top -->
<!-- ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen -->
<!-- ios: external links should open in the default browser, 'true' would use the webview the app lives in -->
<!-- ios: black-translucent will appear black because the PhoneGap webview doesn't go beneath the status bar -->
<!-- ios: controls whether data types (such as phone no. and dates) are automatically turned into links by the system -->
<!-- ios: if set to true, app will terminate when home button is pressed -->
<!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
<!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->
<!--
Define a specific version of PhoneGap to build into your app.
<preference name="phonegap-version" value="3.5.0" />
-->

<!-- Plugins -->

<!-- Core plugins -->

<!-- Third party plugins -->
<!-- A list of available plugins are available at https://build.phonegap.com/plugins -->
<!--
<gap:plugin name="com.phonegap.plugins.barcodescanner" />
-->

<!-- Define app icon for each platform. -->

<!-- Define app splash screen for each platform. -->

100

<!--
Define access to external domains.
<access /> - a blank access tag denies access to all external resources.
<access origin="*" /> - a wildcard access tag allows access to all external resource.
Otherwise, you can specify specific domains:
<access origin="http://phonegap.com" /> - allow any secure requests to http://phonegap.com/
<access origin="http://phonegap.com" subdomains="true" /> - same as above, but including subdomains, such as http://build.phonegap.com/
<access origin="http://phonegap.com" browserOnly="true" /> - only allows http://phonegap.com to be opened by the child browser.
-->

<!-- Added the following intents to support the removal of whitelist code from base cordova to a plugin -->
<!-- Whitelist configuration. Refer to https://cordova.apache.org/docs/en/ed... -->
Photo of Divya Malhotra

Divya Malhotra

  • 4 Posts
  • 0 Reply Likes

Posted 5 years ago

  • 1
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
Please let me know where I am wrong:

That's easy. You failed to wrap your config in a CODE element, which is why it doesn't display well on this forum.
See hyperlink "some HTML allowed"
Photo of Divya Malhotra

Divya Malhotra

  • 4 Posts
  • 0 Reply Likes


Photo of Divya Malhotra

Divya Malhotra

  • 4 Posts
  • 0 Reply Likes
I am not able to install app in iOS 9..pLease tell me where is wrong in config.xml.. as I added latest version of phonegap that is cli-5.2.0
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
Can't see your full config. You only show part of it.
But if the app doesn't install on iOS, it's usually not a config problem, but rather a mobileprovision problem.
Did you sign the app with a development p12 and a mobileprovision that includes your Apple Bundle ID and your registered device?
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@Divya, Above the text area is a hyper link it says (some HTML allowed). The blue text is a hyperlink. Click on it so you can add decoration to your message. SEE attached image.
Photo of Divya Malhotra

Divya Malhotra

  • 4 Posts
  • 0 Reply Likes
Thanks Petra. you were right there was no config problem. Now my problem is solved.
Photo of night wing95

night wing95

  • 1 Post
  • 0 Reply Likes
please can you tell me where was your problem and how you solved it due now i have the samething