provisioning

Pass command line argument to vagrant shell script provisioner

依然范特西╮ 提交于 2019-12-31 01:41:08
问题 Similar to this question: Passing variable to a shell script provisioner in vagrant I want to pass variables to a shell script provisioner but I want to set these variables on the command line when I call the provisioner. Is this possible? 回答1: This is what I would try - I guess there are possibilities as Vagrantfile is a ruby script, you can use most of ruby possibilities Be careful though as vagrant might need to check for variables, for example when doing vagrant up arg1 arg2 , it expects

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

放肆的年华 提交于 2019-12-30 02:08:09
问题 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. I have gone to Apples' "Certificates, Identifiers and Profiles" page, selected the App ID for each the Watchkit App, The Extension, and the App, unticked "Associated Domains", regenerated the provisioning profiles for each, downloaded and installed

What is an Ad Hoc certificate for iOS test app distribution?

孤街浪徒 提交于 2019-12-29 05:33:25
问题 I'm developing a iPhone app and need to send it to my client. In turn, my client will distribute it to many other people for end-user testing. What kind of Provisioning Profile, Certificate, or Code Signing will accomplish this task? I've heard something about Ad Hoc certificates; is an Ad Hoc certificate relevant for this task? 回答1: Yes, ad hoc is exactly what you need for massive end user beta testings. There is a very thorough and comprehensive tutorial about this, right from Apple. Log

Add Devices to Provisionning Profile?

送分小仙女□ 提交于 2019-12-25 07:58:41
问题 My Devices tab on developper.apple.com is missing the Add new Device or Buld upload buttons ? Am I missing something, these buttons used to be there ? 回答1: Hope this will help you pre-release Apple Software 回答2: Select your device in Xcode and click add to portal. 来源: https://stackoverflow.com/questions/10561214/add-devices-to-provisionning-profile

No value was provided for the parameter 'appIdName'

泄露秘密 提交于 2019-12-23 16:13:48
问题 Whenever I try to do anything with provisioning, adding devices to the portal, etc. get this error msg: No value was provided for the parameter 'appIdName'. I have seen this post: No value was provided for the paramenter 'appIdName' when provisioning however this does not apply as I have followed the instructions without any success. I must create my Team Provisioning Profile manually (and any others as well) for anything to work. This is a pain and even adding a device throws this error. Any

Android NFC device owner provisioning: send custom properties. Is it possible?

回眸只為那壹抹淺笑 提交于 2019-12-23 15:39:36
问题 I'm currently developing an app and have the following issue. While using NFC for device owner provisioning, I would like to send a string, which would be used by the new device owner app. I'm aware of the standard MIME properties for device owner provisioning, found here Here's a snippet that can give you a better visual of my issue. Notice the "myCustomValue" property. Properties properties = new Properties(); properties.put("myCustomValue", value); properties.put(DevicePolicyManager.EXTRA

iPhone - Same provisioning profile for different app?

拈花ヽ惹草 提交于 2019-12-23 12:23:56
问题 Can you use the same provisioning profile for compiling 2 different apps for the App Store? I suppose not, but just wondering. 回答1: I'm quite certain you cannot use wildcards in an appID for App Store Submissions. You can build and debug all your apps with something like GK46RTKQ4V.* , though for an actually app submission you WILL need unique appIDs. 回答2: You can create a profile for any/all apps you want by using a .* at the end of your appID example: GK46RTKQ4V.* There are draw backs, such

Argument invalid with every build in Xcode?

孤人 提交于 2019-12-22 11:27:31
问题 No matter what I try, I get an Argument is Invalid error in Xcode when I try to build to my iPhone. It works fine in the simulator. The problem is not specific to one project, it happens with any project, even when I create a new one. When I run the console it displays this I tried deleting and re-adding the provisioning profiles, and I've gone through every setting to look for spaces because I heard these can cause this error. Can anyone help? I don't know what else to try. 回答1: If you have

iPhone Development Provisioning Assistant Step 3 public/private Key problem

瘦欲@ 提交于 2019-12-22 10:54:47
问题 Hi I am using the Development Provisioning Assistant At Step 3: Verify your private and public keys in Keychain Access, I have the "iPhone Developer: XXXXXXX" certificate in the Keychains->login, but I can't find any keys. If I click Category->Keys I see nothing. What should I do to make it has the private key and public key there? 回答1: The keys should be generated when you create the "Request a Certificate from a Certificate Authority" with Keychain Access. Should be a prior step. When you

Mac app has embedded provisioning profile

旧巷老猫 提交于 2019-12-22 05:02:09
问题 When I build my Mac app for the AppStore, it also embeds the provisioning profile, which is optional based on Apple's email. But, since I have a helper application inside my main app, which also embeds the same profile, I get an "Invalid Binary", and the email from Apple says: Invalid Provisioning Profile Location - The provisioning profile for your Mac OS X app must be located in the Contents directory of the main app bundle. A provisioning profile is optional, but you cannot submit more