Questions tagged [ota]

Over-the-air wireless communication

427 questions
1
vote
1 answer

iOS 7.1 OTA SSL error

I´m trying to solve this new problem for internal deployment and testing. I was successful creating an Internal CA certificate, and a SSL one with it. The host is a local IIS referenced as hostname.domain. I installed the CA certificate on the host…
pompiamp
  • 21
  • 1
  • 4
1
vote
0 answers

Enterprise app is not installed in some iPads over the air

I have a ipa file which has build using Enterprise inhouse provisioning profile. We use OTA method to install that app in to our clients ipads. But App is not installed in to some ipads. Now we were able to recreate issue using two ipads. I have…
nath
  • 2,848
  • 12
  • 45
  • 75
1
vote
1 answer

Add new Comment for a defect in Quality Center 11 using C# (OTA API)

I have been trying and searching hard to add a new comment for a defect using C# and OTA API, but not able to achieve anyhow. Bug is having summary, id.. etc properties but no Comment property. I tried like this: private void UpdateComment(string…
AppDev_Mon
  • 11
  • 3
1
vote
2 answers

OpenUrl and itms-services with credentials

I want to install an app from inside another app. I know it is possible with the following code: NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"%@%@",@"itms-services://?action=download-manifest&url=",self.plistURL]]; [[UIApplication…
Philipp Otto
  • 4,061
  • 2
  • 32
  • 49
1
vote
2 answers

How to sign update.zip

I'm currently trying to apply an update over the stock android recovery. I created the zip contents and my own keys for the android build but it failes with a signature verification error. I have now found this piece of code in the…
chuck258
  • 912
  • 7
  • 16
1
vote
0 answers

Online Travel alliance (OTA) specific schema, missing passed parameter in xml request

I am using Online Travel Alliance schema to request some data with php soap client, As per document, i am passing following parameters ['OTA_HotelAvailRQ'] = data() ['OTA_HotelAvailRQ']['xmlns'] =…
Tariq G
  • 346
  • 2
  • 9
1
vote
1 answer

OTA xml schema with php soap client

I have a Online Trust Alliance xsd that i want to parse with php soap client. I can generate soap parameter for normal xml structure with `$params['OTA_HotelAvailRQ']['AvailRequestSegments']['AvailRequestSegment ']['Criterion ']['ChainCode'] =…
Tariq G
  • 346
  • 2
  • 9
1
vote
0 answers

Name Key in SCEP Payload for OTA Enrollment

In the CA I'm working on, we have certificate templates that are used to configure CSRs on various devices. We need to keep track of which template we push to a device, so that we can validate the CSR against the template used. For iOS devices,…
jvhashe
  • 1,071
  • 2
  • 12
  • 15
1
vote
1 answer

Do different versions of iOS require different methods of iOS over-the-air distribution?

I have created an iOS app with Cordova targeting iOS 4.3 and up. I am using enterprise OTA to distribute the app. The app is installed on a server with a link to the plist file as follows.
naturallyfoster
  • 389
  • 1
  • 4
  • 15
1
vote
2 answers

How do I distribute ad hoc OTA apps without the .mobileprovision?

I followed a set of instructions from multiple sources about how to deploy apps ad hoc without the need for itunes; however, I ran into a discrepancy. I got the necessary distribution certificate, made an ad hoc provisioning profile, used the…
Bassel
  • 452
  • 5
  • 21
1
vote
2 answers

Too many cod-parts in jad file

I created a blackberry application but I am having problems publishing it on my web site. I have uploaded the jad, jar, alx and cod file (from which I extracted the whole content). I also added the missing MIME types. But when I try to download the…
ADB
  • 2,319
  • 1
  • 24
  • 35
1
vote
1 answer

get mac address from mobileconfig on iOS device

I'm trying to see if I can get the mac address of iOS devices via the mobileconfig OTA process similar to this post here: Getting a device UDID from .mobileconfig I've tried adding MAC_ADDRESS_EN0 within the DeviceAttributes key with pretty…
Jeremy
  • 157
  • 1
  • 8
1
vote
1 answer

Adding update to a app (Phonegap)

I have built an App using Phonegap.The App contains three icons on the home screen.For specific users i would like to roll an update which adds one more icon without disturbing other content.This icon gives them permission to edit content published…
VJ Sai
  • 175
  • 1
  • 2
  • 10
1
vote
2 answers

iOS6 Mobile Configuration CA Chain Change

I used this page: iOS mobileconfig walkarounds to setup my mobile configuration profile on iOS. I had my SSL certificate/CA linked up with it. All of a sudden iOS6 makes the profile show up as "Not Verified" when on iOS5.1 and under shows…
Jeremy
  • 157
  • 1
  • 8
1
vote
0 answers

Difference in behavior between Xcode and OTA Ad-hoc distribution

I have my app working to my satisfaction both in the simulator and on two devices when debugging through Xcode 4.3.2. I use OTA Ad-hoc distribution to send to my beta testers. After archiving, saving, and uploading my ipa and plist file to my…