provisioning-profile

XCode doesn't honor the “iOS Distribution” Code Signing Entity setting

早过忘川 提交于 2019-12-11 06:28:36
问题 I want correctly understand the Code Signing Identity setting: I want to use the automatic setting in Xcode and not specify a specific identity. The automatic setting has 2 choices: iOS Developer and iOS Distribution. Based on which one you use, it's supposed to switch to choose a developer or a distribution signing identity from your keychain. I have my build settings configured as follow, in order to use an "iOS Distribution" identity on build: When I Archive my app (the Archive scheme is

Development Provisioning Profile [closed]

随声附和 提交于 2019-12-11 06:17:30
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . Do I need .mobileprovision file for uploading app signed with Development Provisioning Profile for devices via iTunes? I removed all profiles in device and I'm trying to upload app without Provisioning Profile. But finally this profile is appearing in Xcode Organizer. I'd like to

How to distribute ios app with development provisional

岁酱吖の 提交于 2019-12-11 05:15:56
问题 My team is migrating in to a new Testing flow. With two parts. testing the app on test servers. testing the app on production servers. For testing the on production we are using TestFlight/Fabric Beta My problem is with distributing the app with test servers and development provisionals (for dev push certificates) Is there a way to distribute the test app without having the phone on location? (are testers are in a different country) Thanks 回答1: Try this virtual testing online, you need to

The default keychain doesn't have an identity matching the profile '*' and identity '*'

喜欢而已 提交于 2019-12-11 04:44:43
问题 I am trying to test my iPhone app on a real device. It was working before, and now it is not??? I get this error: Code Sign error: The default keychain doesn't have an identity matching the profile '*' and identity '*' I have tried deleting all profiles and certificates, and starting over. I have tried cleaning the project, restarting everything...etc. Any suggestions? 回答1: I think the error is probably because you are mixing up the 'Distribution Provisoning Profile' with the 'Development

iOS app crashes at launch because of distribution profile? (libgdx + robovm)

故事扮演 提交于 2019-12-11 03:34:58
问题 My iOS app was rejected twice for submission for the same reason: crash at start. Given the logs I guess it comes from my provisioning profiles and sign identity. I am using Libgdx 1.5.x with RoboVM beta 4, with Eclipse When I build the app with no profile, it builds and runs fine on any simulator. With a developer profile, the app builds and runs fine on my test device. Everything is fine until I set iosSignIdentity and iosProvisioningProfile to distribution, there I am having the following

How to locate the entitlements plist file in an XCode 6.3 iOS project

本秂侑毒 提交于 2019-12-11 03:26:32
问题 I have a relatively complicated problem, described below for the context. The solution seems to boil down to editing the entitlements plist file manually. I cannot find any entitlements.plist file in my project, and could not find any "entitlements" sections in other plist files I found. The question is, how can I locate the entitlements plist file? Now for the background story: I need to create a new provisioning profile for an enterprise app we have deployed (the old one will expire shortly

How to change provisioning profile for existing app?

泄露秘密 提交于 2019-12-11 02:55:15
问题 I have never developed apps for iPhone, but our client has an app, which was developed by his previous vendor, now that vendor has wrapped up his operation from our country, So now we have that source code for that app for further development. The immediate action we need to take is that the app is not running on iOS 11.0 and we need to provide build for 11.0. So I opened the app in Xcode and set deployment target to iOS 11, the app build was successful and it is running on the simulator, So

Enterprise Distribution signing - who does it and why?

拟墨画扇 提交于 2019-12-11 01:04:01
问题 I'm developing an iOS app as part of our ISV company. We're using Xamarin.iOS, but I hope that shouldn't matter for this question. Some of our customers that will get the App are using an MDM (AirWatch) to manage devices and install the App on their devices. For development we used the "iOS App Development" together with our devices to debug and test the app. Now there's time to get the App to our first customer. For that the app must be signed with a Distribution Certificate and bundled with

Provisioning Profiles menu item missing from Xcode 6 (as opposed to Xcode 5)

非 Y 不嫁゛ 提交于 2019-12-10 23:37:06
问题 Xcode 6 does not have a menu item to access provisioning profiles. How can one manage existing provisioning profiles (list, delete, etc)? For reference purposes, a similar question was asked pertaining to Xcode 5: Provisioning Profiles menu item missing from Xcode 5 I commented on the selected answer that in Xcode 6 the Accounts tab now shows Repositories. I was encouraged to start a new question to help others find information relevant to Xcode 6. 回答1: Adding Apple ID As Bo A points out, in

Xcode-generated iOS provisioning profiles not visible in Member Center

只愿长相守 提交于 2019-12-10 16:21:34
问题 My Xcode-generated iOS provisioning profiles aren't showing up under 'Provisioning Profiles' in 'Certificates, Identifiers & Profiles' in the Member Center. I'm trying to find out if this is the expected behavior, or if it's an error of some sort. It may be addressed in the documentation somewhere, but I haven't found it. I searched stackoverflow but didn't find any discussion of the issue. I've found mention of what sounds like the same issue on other forums, but haven't found any clear