Questions tagged [ad-hoc-distribution]

A distribution mechanism in Apple's iOS Developer Program.

With Ad Hoc distribution, you can share your app with up to 100 iOS devices via email or your server.

514 questions
3
votes
1 answer

testflightapp and iOS 5.1

We are building an app that is deployed on a range of Customer iPads via AdHoc. Testflight works great with that, however our latest release refuses to install on iPads that have the latest version of iOS (5.1) installed - we previously deployed…
patschiboy
  • 1,091
  • 8
  • 21
3
votes
3 answers

Confused with iOS distribution systems

So far we have only done App store apps but now we have a client, a service provider to the medical industry who wants an app producing that they can distribute to various different medical institutions, these are not in-house clients, they are…
GeoffCoope
  • 952
  • 9
  • 20
3
votes
2 answers

What are the options for making a self-updating iOS application with MonoTouch?

I am trying to make an iPad/iPhone application (with MonoTouch) which starts by checking the current version versus the latest version reported by a custom web service. If the application is out of date it should download the binaries of the new…
3
votes
1 answer

Fastlane build_app (gym) error: No signing certificate "iOS Development" found

I'm using Fastlane to build and distribute my iOS (React Native) app but running into issues getting the build to work with build_app (gym). I am running into this error (I've replaced the real team ID): ❌ error: No signing certificate "iOS…
Attila
  • 1,097
  • 2
  • 19
  • 45
3
votes
1 answer

Ad-hoc distributed app not downloading on iOS 14.0 and above

I have an iPad app that is distributed ad-hoc to users within my organisation. To download the app, users: Visit an internal web page in Safari Click a link to a manifest file, which links to the .ipa file Click 'Install' when prompted, which…
user2181948
  • 1,646
  • 3
  • 33
  • 60
3
votes
2 answers

Ad-Hoc Distribution of app and revoking access

If I create an ad hoc distribution profile and successfully sent out an app in an ad-hoc fashion to a number of users, does deleting that profile then remove the app from that user's device or stop it from being used? Thanks
pbattisson
  • 1,230
  • 2
  • 10
  • 24
3
votes
3 answers

How to fix "Termination Reason: Namespace CODESIGNING, Code 0x2" error in flutter?

I wrote an app with flutter and it is running on my iPhone in debug mode. Now i want to send it to my employer, So i've create an ad-hoc version of my app and create a "Diawi" link. After that i did check the app on my device and the app is…
azim vaziri
  • 143
  • 1
  • 12
3
votes
1 answer

IPA file is not working when installed by Ad-Hoc

I'm looking to get our first revision of our mobile app on App Center for our QA team and I'm getting stuck on the iOS deployment. I've read this and read that and read this and no matter what my app is not installing correctly on my phone. when…
Eman
  • 1,093
  • 2
  • 26
  • 49
3
votes
0 answers

FCM iOS Push Notifications not working in background under ADHOC release

I am trying to implement push notifications in iOS using FCM. The issue is that when I generate an ADHoc build I am not able to receive the Push Notifications when app is in background, instead I get all the notifications on the consequent app…
user4595813
3
votes
1 answer

Ad-Hoc icon does not display

I met a strange issue when distributing my app for beta-testers. It's about an app icon during downloading. When users go by a link to the app manifest and tap 'Install' there are 2 problems may occur: The app icon on Home Screen does not appear at…
shelbalart
  • 43
  • 6
3
votes
1 answer

What ways are there to automate iOS devices list within the Provisioning Portal?

I'm after some a script or tool to automatically add iPhone, iPad, etc devices to the Provisioning Portal. Is there anything out there (preferably OSS) that I can use? Bonus points for generating Ad-Hoc certificates!
gak
  • 32,061
  • 28
  • 119
  • 154
3
votes
0 answers

Ad-Hoc distributed application failed to launch in time

I have a iOS app written in Swift running on an iPad Air, with an ad-hoc distribution profile. In this version my app gets crashed by the iOS launch timer, saying it didn't launch in time. I found the explanation for this, saying I should remove…
Juul
  • 642
  • 4
  • 18
3
votes
2 answers

Not able to export an app for app store distribution or adhoc distribution?

Can anyone tell why below given error occurs while exporting an archive for app store distribution or adhoc distribution? Your developer account needs to be updated. Please visit the Member Center. https://developer.apple.com/membercenter
hardik hadwani
  • 556
  • 6
  • 24
3
votes
0 answers

code object is not signed at all with Ad Hoc provisioning profile

I've created my very first HelloWorld app and it's working great with my development provisioning profile. I can run it on my device with no problem. Now I'm trying to create an ipa file to upload it to a private appstore. I have generated an ad…
Hans
  • 681
  • 1
  • 9
  • 22
3
votes
1 answer

iOS AdHoc app crashes at some views

I have small application (game), which works fine when tested on device with Device Development Certificate and also on simulator. But when app is installed via AdHoc profile, on a particular view, it crashes 50% of the times. Other views works…
user3141985
  • 1,395
  • 4
  • 17
  • 36