Questions tagged [provisioning]

Act of obtaining resources for usage.

Act of obtaining resources for usage.

Examples of items commonly provisioned include:

  1. Virtualized Servers
  2. Security Certificates
1087 questions
13
votes
1 answer

Can I archive with a Developer certificate, then re-sign it during submission with a Distribution certificate?

From what I understand, Xcode can re-sign an .ipa from an archive during the App store submission process, making it possible for you to create an archive with a Developer Provisioning Profile, and then sign it with a Distribution profile later.…
Richard Venable
  • 8,310
  • 3
  • 49
  • 52
13
votes
14 answers

A valid provisioning profile for this executable was not found

I just cracked open an older project to apply a bug fix. After 2 minutes of fixing the, bug I go to build it to my device, and I get this error "A valid provisioning profile for this executable was not found." In mad trouble shooting, I completely…
Sam Jarman
  • 7,277
  • 15
  • 55
  • 100
13
votes
2 answers

Ansible copy files with wildcard?

In my files directory I have various files, with a similar name structure: data-example.zip data-precise.zip data-arbitrary.zip data-collected.zip I would like to transfer all of these files in the /tmp directory of my remote machine using Ansible…
Kyu96
  • 1,159
  • 2
  • 17
  • 35
13
votes
3 answers

What's the difference between "Any iOS SDK" and "Debug" in Xcode 4 Code Signing?

In Xcode 4's Build Settings, there are 2 places to enter a provisioning profile for each build type. The first is "Ad Hoc", "Debug" and "Release". Each of these has another place to put in a provisioning profile called "Any iOS SDK". Do I need fill…
nevan king
  • 112,709
  • 45
  • 203
  • 241
13
votes
4 answers

Packer can't execute shell provisioner as sudo

I have a shell provisioner in packer connected to a box with user vagrant { "environment_vars": [ "HOME_DIR=/home/vagrant" ], "expect_disconnect": true, "scripts": [ "scripts/foo.sh" ], "type": "shell" } where the content of the…
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
13
votes
6 answers

Apple Store submit fails with Error ITMS-90046, but Associated Domains is not among entitlements

When I first built my app & Watchkit app, I had the "Associated Domains" capability enabled. I've disabled it in the "Capabilities" panel of both the watchkit extension and the companion app, and confirmed that the key is gone from each info.plist.…
brianfit
  • 1,829
  • 1
  • 19
  • 34
13
votes
2 answers

Device Owner on Android 5.0 (and others) whitout rooted devices, device provisioning by NFC

I need to know how to set my application as Device owner in Android 5.0, 4.4 and 4.3(?). I've yet tried the method for rooted devices (described in there), successfully. I saw that works great in android 5.0 and 4.4.2 emulator and in CyanoGen AOSP…
alex_au
  • 240
  • 1
  • 2
  • 11
13
votes
2 answers

iOS - Cannot use APNS certificate to create new provisioning profile

I have create a new certificate that supports push notification service with an AppID that supports push notification. Now, when I create a new provisioning profile, I cannot find this certificate (only the old normal dev certificate). What am I…
13
votes
1 answer

Cannot renew an Ad Hoc profile before it expires because no certificate matches the certificate ID

My Ad Hoc profile is about to expire in 14 days. There is a a "renew" button for my ad hoc profile in the organizer but when I click it I get... There are no current certificates on this team matching the provided certificate IDs. The profile in…
user278859
  • 10,379
  • 12
  • 51
  • 74
13
votes
2 answers

New iOS team member: no valid signing identity

This is getting frustrating. I have two identities, one old, one new, and the latter should be used to deploy iOS apps to the App Store. I've created the new user, granted him admin access, then I created the app name and provisioning profiles.…
senseiwa
  • 2,369
  • 3
  • 24
  • 47
12
votes
2 answers

Provisioning Profiles + Push Notifications + Production vs Development

I'm building an iOS app that uses push notifications, and I'm finally ready to submit it. Before I do, I'd like to test out push notifications off the Production server, to make sure everything is working correctly. Thus far, the sandbox environment…
12
votes
3 answers

How do I add another developer's certificate to the iOS provisioning portal?

I've been trying to enable another developer on my team to build an iPad app that we are creating for a client, but am having no luck getting his development certificate uploading into the provisioning portal. I'm starting to think I'm missing…
evanmcd
  • 1,967
  • 3
  • 32
  • 52
12
votes
3 answers

How to run sudo commands in terraform?

My question is similar to this git hub post, but unfortunately it is unsolved: https://github.com/hashicorp/terraform/issues/550 I want a simple way to give sudo privileges to the commands run in the provisioner "remote-exec" { } block of my…
Alex Cohen
  • 5,596
  • 16
  • 54
  • 104
12
votes
4 answers

Keep container alive and linked using docker-compose

I want to use docker-compose to compose together php and several databases (orientdb, neo4j, etc). Then get into the php container and use the shell to execute commands. Individually, all of my container work swimmingly, and when I compose them…
Apollo
  • 945
  • 2
  • 9
  • 24
12
votes
1 answer

Reuse Development C.S.R. for Distribution certificate

So, I've created a development certificate for my iPhone app, and in the process I saved a C.S.R as a CertificateSigningRequest.certSigningRequest file on the computer hard drive with Keychain Access Certificate Assistant. It seems to me that Apple…
Alex
  • 9,250
  • 11
  • 70
  • 81