Does PhoneGap Build set UIRequiresPersistentWiFi in iOS plist?

  • 1
  • Question
  • Updated 8 years ago
  • Answered
I was just directed to this plist key by Apple DTS:

https://developer.apple.com/library/i...

Just wondering if PhoneGap Build sets this or not. My guess is no, as I don't see it set in PhoneGap.
Photo of Jeff

Jeff

  • 23 Posts
  • 0 Reply Likes

Posted 8 years ago

  • 1
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
No - we don't do anything differently than PhoneGap with this.
Photo of Jeff

Jeff

  • 23 Posts
  • 0 Reply Likes
Ok, thanks Andrew. I'm keeping a running tab of items it would be nice to see exposed via config.xml or some other method in PhoneGap Build:

* UIRequiresPersistentWiFi (iOS plist)
* UIPrerenderedIcon (iOS plist)
* Application presents content in Newsstand (iOS plist)
* .dSYM access (iOS debugging)
* loadUrlTimeoutValue (Android java)
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
We did the prerendered icon already (defaults to false):


<preference name="prerendered-icon" value="true" />


Did this stop working?
Photo of Jeff

Jeff

  • 23 Posts
  • 0 Reply Likes
Actually, I did not know of this preference. I hadn't seen the config page since the iOS-specific section was added. Great to know, thanks!
Photo of Steph ChloƩ

Steph ChloƩ

  • 1 Post
  • 0 Reply Likes
Hello,

Is there any solution to activate UIRequiresPersistentWiFi ?

Or is there an other solution to keep wifi connection for 2 hours on iPad ?

Thanks a lot for your help.

Steph
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
We have not yet added support for this to PhoneGap Build. Please stay tuned to @PhoneGapBuild on Twitter, where we post updates to the service as they're deployed.

This conversation is no longer open for comments or replies.