Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
245 views

code signing in xcode 4: options grayed out & unavailable for Target, not so for Project. Why?

I am so very tired of wrangling around with XCode 4's quirk's with regards to code signing. In my project, I have a developer certificate and a distribution certificate. I have 2 distribution ...
3
votes
2answers
2k views

How to generate OTA SMS for SyncML configuration

I need to generate and send SyncML OTA SMS. I have sms provider that can send binary sms. But I'm kind of stuck in OTA spec and will be really happy if you point me to any of these: An open source ...
2
votes
3answers
87 views

App Over-The-Air Installation with HTTPS not working

I know that in general installation via HTTPS is working but somehow it doesn't in my Environment. The itms-service link is HTTP as far as I understood: ...
2
votes
0answers
239 views

iOS4 Enterprise App for Wireless Distribution Probelm

My company recently joined iOS enterprise program to distribute in-house app to our employees. We choose over-the-air installation for our app and put the .plist and .ipa file inside our web server ...
2
votes
3answers
585 views

Wireless iOS distribution not possible over SSL?

I have an app that I can install over wireless with no problem without SSL. Through my iOS device, I hit an HTML file with the proper itms link to the manifest plist file, and the manifest file ...
1
vote
2answers
53 views

Why are some files not correctly installed when installing via TestFlight?

I distribute my iOS apps to my client with TestFlight for beta-testing. The problem is that we both experienced weird problems/behaviors with these apps when installing from TestFlight, which were ...
1
vote
0answers
28 views

Is there any good choice of Wifi-Transfer(OTA) kit for iOS?(Like cocoawebresource)

I have tried cocoawebresource(which is based on cocoahttpserver). It's quite functional , but I wonder is there any other better choice?
1
vote
1answer
545 views

over the air ad hoc distribution “Unable to download”

I am trying to distribute an iphone app ad hoc internally for a beta test to 3 users, myself (iphone 4) and two others (iPad 2, iphone 3G). My device served as the development device as well. I ...
1
vote
2answers
1k views

OTA for Android

I developed android application and put .apk on my website which runs on LAMP and I wish to enable somehow OTA (over the air) installation of my application, by simply providing URL to Android device. ...
0
votes
1answer
79 views

How to send the Wifi configuration file over-the-air to iPhone?

I know how to distribute the ad hoc app over-the-air to iPhone. (The ipa and manifest plist are on my website) I add the following link in the download page: <a ...
0
votes
1answer
44 views

BlackBerry: How to read in a JAD and extract the version number

I know the method ApplicationDescriptor.currentApplicationDescriptor(); But I aim to download another JAD and compare it's version number to the current applications version. What is the ...
0
votes
2answers
109 views

iOS App won't start after OTA deployment of the same version

We're distributing an iOS App over the air to our beta-testers. We've now noticed, that if a tester installs the exact same build of the app he already has on the system, the app won't start anymore. ...
0
votes
2answers
64 views

libraries / services to assist with iOS wireless app distribution

Can anyone recommend any libraries/utilities they use to assist in distributing iOS adhoc/enterprise applications over the air, so users can install without needing a PC/iTunes? There's a few hosted ...
0
votes
3answers
2k views

iOS Over-the-Air mobile Ad-Hoc downloading: “Could not Extract Archive” error

I am trying to download my application over the web on my iOS 4.2 device. I have verified that the application I have built installs and runs correctly on my device through XCode - i.e. The ...
0
votes
1answer
72 views

how to upgrade compact framework applications?

i'm looking for a way to manage application upgrades for my compact framework app. let's say i have v1 of the app installed on my device, and v1.1 has been released. I want the app to make a call to ...
0
votes
2answers
738 views

J2Me installation via OTA

I'm trying to install my application midlet via OTA. I used apache tomcat 6 as the ota server, and create a small project in the webapps folder which contains application.jad, application.jar and ...