Questions tagged [adhoc]

a solution designed for a specific problem or task, non-generalizable, and not intended to be able to be adapted to other purposes

552 questions
7
votes
3 answers

Do you use a different app id for your iPhone beta apps?

Those of us with iPhone apps (released or unreleased) are able to send out limited beta builds using ad-hoc distribution. While the Apple docs for this have a few holes in them, there are a number of blogs, postings and other articles out there on…
philsquared
  • 22,403
  • 12
  • 69
  • 98
7
votes
4 answers

Enterprise application download cannot connect to "website address" error

I have created an Ad Hoc enterprise build. I used the following Save for enterprise or AD Hoc Deployment Choose my distribution cert Save as "MyAppName" Select "Save for Enterprise Development" Application URL "https://www.myurl.com/app/ Title…
HurkNburkS
  • 5,492
  • 19
  • 100
  • 183
7
votes
1 answer

Apple Push Notification not working with ad-hoc build

In development mode I can send push notification to devices, instead I can't in production, my setup is: .pem file that is the combination of aps_production.cer of provisioning portal and the private key of my ad-hoc certificate apple server apn:…
Daniele Bottillo
  • 486
  • 6
  • 16
7
votes
2 answers

Is there a way to check if a build is in Adhoc, release, distribution programmatically?

Like the title says, I need a way to detect if the build is in adhoc, release or distribution since I am using keychain-access-groups for each type of build I am using a different provisiong so the bundle seed id are different. I just need an…
Frank
  • 3,073
  • 5
  • 40
  • 67
6
votes
7 answers

How to delete all tables from db? Cannot delete from sys.tables

How can I perform this query on whatever way: delete from sys.tables where is_ms_shipped = 0 What happened is, I executed a very large query and I forgot to put USE directive on top of it, now I got a zillion tables on my master db, and don't want…
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
6
votes
2 answers

iOS 9 enterprise app verify failed

Apple change the way enterprise app verified on iOS 9, but when I verify our app in "Settings - General - Profiles", I got this I've check the log: Oct 15 21:32:21 Nix-iPhone online-auth-agent[216] : Caller does not have required…
Nix Wang
  • 814
  • 10
  • 18
6
votes
0 answers

In-app Restore works fine on Debug but crashes on AdHoc in iPhone sdk

My app is getting crashed when I clicked on Restore button clicked(AdHoc version) but same app is working fine in debug mode. My code: [[SKPaymentQueue defaultQueue] restoreCompletedTransactions]; Crash report: Nov 6 23:19:04 LHD-iPod5…
Hari Babu
  • 891
  • 1
  • 9
  • 22
6
votes
1 answer

Adhoc distribution of Windows Phone 8 apps

I am in process of developing app for windows phone 8. I need the adhoc distribution of my app to all devices within the organization. I don't want to publish it on the market instead i want the installation of app on the devices within the…
usman
  • 89
  • 1
  • 9
6
votes
2 answers

How to change my provisioning profile?

I wanted to add a new beta tester today so updated my provisioning profile to include them. When I attempted to run my app an error appeared saying my profile '*' did not match my profile 'com.HUDKING'. I deleted my old profile and my bundle…
Declan McKenna
  • 4,321
  • 6
  • 54
  • 72
6
votes
2 answers

How Does Spaceteam Work?

For those not in the know, Spaceteam is a very popular and very fun multiplayer game for iOS. It allows for real time gameplay among multiple devices on an ad-hoc Wifi network - how does it do this? Are there published libraries describing how to…
Rich Jones
  • 1,422
  • 1
  • 15
  • 17
6
votes
3 answers

predefined cell ID assignment for an ad-hoc wlan

I have a debian/ubuntu boards that I connect them via an ad-hoc network with the following settings board:~# cat /etc/network/interfaces auto wlan0 iface wlan0 inet static address 10.0.0.2 netmask 255.255.255.0 wpa-driver…
johan
  • 1,943
  • 10
  • 31
  • 43
5
votes
1 answer

Programmatically tap on HTML href in order to update app

I'm planning updates for an enterprise app with ad-hoc distribution. For updates, Apple recommends having the user visit an HTML page and tap on a link: href="itms-services://?action=download-manifest&url=http://example.com/
manifest.plist" See…
David Braun
  • 782
  • 1
  • 9
  • 18
5
votes
1 answer

Tethering android wifi connection

I would like to create a small android application (for testing purposes) that is able to tether host android device's wifi connection (not 3G) to another android device. I've looked at a number of tethering solutions and all of them seem to only…
maksim-s
  • 193
  • 1
  • 6
5
votes
6 answers

Need ad-hoc reporting component

We need some simple ad-hoc reporting solution for our ASP.NET web-site. Just an ability to build a query with user friendly interface, then show the result of this query in some table and maybe export it to Excel or print. The solution must be quite…
Nelson
5
votes
2 answers

Xcode 4 Ad-Hoc Distribution - Unable to Download

I had recently upgrade our development machine to Xcode4 and after the initial interface change has gone quite smoothly. I'm now in the process of using Ad-Hoc distribution on it for the first time so I followed this guide to set up profiles/schemes…
Lee M
  • 336
  • 1
  • 5
  • 19