0

I am trying to build an iOS enterprise mobile application using PhoneGap. But facing "Connection Invalid error". Provisioning profile, App ID and Certificate are mapped correctly.

Please find the error log :

<Notice>: (Error) error event: (<OS_xpc_error: <error: 0x3c46e7dc> { count = 1, contents =
    "XPCErrorDescription" => <string: 0x3c46e9bc> { length = 18, contents = "Connection invalid" }
}>)

Please help me in this issue.

Thanks in advance, Rakesh Kalwa.

Rob
  • 415,655
  • 72
  • 787
  • 1,044
Rakesh Kalwa
  • 25
  • 1
  • 5
  • 3
    *Please* edit your question and format it properly. No one would want to read this unformatted pile of text. Also add some more detail to your question. Questions asking help for debug or just saying: "Why isn't this code working?" are off-topic in this website. – Neeku Jul 14 '14 at 13:32
  • which version of iOS you are using? – Bluewings Jul 15 '14 at 17:51
  • Did you find a solution for this? – strangetimes Sep 12 '15 at 15:59

1 Answers1

0

I got the same problem when i upgraded from iOS 7 to 7.1. It is because of,starting from iOS 7.1 all the OTA IPA installations needs to be in HTTPS and it will throw error when we are using HTTP. Please see this SO answers, to know more about the alternative way to get OTA installation of IPA.

Community
  • 1
  • 1
Bluewings
  • 3,438
  • 3
  • 18
  • 31
  • Hi Currently we are using HTTPS only, We have successfully ported first application in our company server and able to download. This is the second application on same server but got the above error. Please help me in this issue. – Rakesh Kalwa Jul 17 '14 at 06:23
  • Did you check required profile are installed in device? Also let me know which verison of IOS and some info about webserver? – Bluewings Jul 17 '14 at 09:16
  • We are using SOAP services. IOS version is 7.1, All the required certificates are installed in device. Please let me know if you need more info. – Rakesh Kalwa Jul 18 '14 at 09:24