filmaj / Hydra

A beast with many heads. Keep one or more PhoneGap app assets "in the cloud" on build.phonegap.com, and use this shell to store different apps and keep each app up-to-date with the latest assets.
http://build.phonegap.com
MIT License
60 stars 17 forks source link

iOS - Packages downloaded from PhoneGap Build won't work unless updated to 1.0.0 #6

Closed shazron closed 13 years ago

shazron commented 13 years ago

In iOS 1.0.0 there is now the concept of session keys to protect PhoneGap calls: https://github.com/phonegap/phonegap-iphone/pull/175

Which means right now when I am using Hydra when using 1.0.0, the PhoneGap app package I download fails in its calls because of this security check (since the old JS has no way to handle the sessionKey) . I guess I could build in a setting to turn this off, but FYI...

shazron commented 13 years ago

PhoneGap Build has been updated to 1.0.0, works great now