bundle-identifier

iOS8 extension needs own provisioning profile?

怎甘沉沦 提交于 2020-05-09 18:25:20
问题 I am starting an iOS 8 extension but I can't run it on my device. The error when trying to run it is: No matching provisioning profiles found The provisioning profile specified in your build settings (“ExtensionName”) has an AppID of net.company.AppName which does not match your bundle identifier net.company.AppName.ExtensionName . Xcode can resolve this issue by downloading a new provisioning profile from the Member Center. Do I need a separate provisioning profile for both the main app and

iOS8 extension needs own provisioning profile?

我是研究僧i 提交于 2020-05-09 18:24:21
问题 I am starting an iOS 8 extension but I can't run it on my device. The error when trying to run it is: No matching provisioning profiles found The provisioning profile specified in your build settings (“ExtensionName”) has an AppID of net.company.AppName which does not match your bundle identifier net.company.AppName.ExtensionName . Xcode can resolve this issue by downloading a new provisioning profile from the Member Center. Do I need a separate provisioning profile for both the main app and

Cannot create an App ID with matching Bundle ID in Xcode project for first release using Xcode 8.0

╄→尐↘猪︶ㄣ 提交于 2020-01-14 05:52:13
问题 I am trying to create an App ID for my first release. I have a new company developer account. I get the error message 'An App ID with Identifier '' is not available. Please enter a different string' when trying to create the App ID. This happens when: I type the name of my app in the App ID Description field and I type the matching Bundle ID from my Xcode project ( com.MyCompany.MyProductName ) in the App ID Suffix field but I get the error and cannot continue. However, If I type in, say,

Xcode 9 - Failed to create IXPlaceholder for app bundle ID

随声附和 提交于 2020-01-11 09:19:29
问题 Upon updating to Xcode 9 and in the "launching" phase of compilation on the simulator I get the error: Failed to create IXPlaceholder for app bundle ID Emphasis placed on this issue only occurs trying to launch the simulator, as working with my actual iPhone 6s launches without any issues . Attempts: Ensured info.plist "Bundle Identifier" is correct. it is "$(PRODUCT_BUNDLE_IDENTIFIER)" Checked to see if typing the bundle identifier manually would work, but it did not. Project Cleaned Deleted

iphone app id change bundle prefix

こ雲淡風輕ζ 提交于 2020-01-02 10:09:13
问题 We have 4 app ids on the Developer ios porthole. prefix1.com.example.app1 prefix1.com.example.app2 prefix2.com.example.app3 prefix3.com.example.app4 These are all posted in the store. The prefix2 and the prefix3 are older prefix numbers. Prefix1 is our current number. These apps have been in the store for a bit (years). We require the prefix2 and prefix3 app to change to the prefix1 number for certain functions that we are doing. We have tried to delete the prefix2 and prefix3 application IDs

iphone app id change bundle prefix

ε祈祈猫儿з 提交于 2020-01-02 10:08:12
问题 We have 4 app ids on the Developer ios porthole. prefix1.com.example.app1 prefix1.com.example.app2 prefix2.com.example.app3 prefix3.com.example.app4 These are all posted in the store. The prefix2 and the prefix3 are older prefix numbers. Prefix1 is our current number. These apps have been in the store for a bit (years). We require the prefix2 and prefix3 app to change to the prefix1 number for certain functions that we are doing. We have tried to delete the prefix2 and prefix3 application IDs

Xcode 6: how to set a custom bundle identifier?

蓝咒 提交于 2019-12-21 14:32:36
问题 In Xcode 6, I need to set a custom bundle identifier for my app store target. I'm trying this: I tap my project in Xcode upper left. I see the project settings center pane, "General" tab, "Identity" section. I see the "Bundle Identifier" field and I click to edit it. The text changes to a mix of black editable text and gray uneditable text. How do I edit the bundle identifier? 回答1: (Found the answer - posting here to help others, and if people have comments) The Xcode default autogenerates

Changing bundle ID for Firebase

て烟熏妆下的殇ゞ 提交于 2019-12-20 12:34:19
问题 Early on in this project I made the error of not having the prefix com in the bundle identifier. Now I am ready to test flight and I have an invalid bundle identifier. Currently, my bundle identifier is mycompany.myProject but I want it to be com.mycompany.myproject . I have no problem switching to the desired bundle id for archiving the app and uploading to the app store. The steps I took to switch the app to the appropriate bundle identifier: Create new app in firebase console with correct

Install claimed to have succeeded, but application could not be found on device

試著忘記壹切 提交于 2019-12-17 07:15:57
问题 xcode gave me this message: "Could not locate installed application Install claimed to have succeeded, but application could not be found on device. bundleId = (null)" I just started using pods. How do i fix this? 回答1: I ran into the same issue while testing a Cordova app on iOS 13 via XCode 11 Beta 4. Building via the legacy system solved it (File > Workspace Settings... > Build System > Legacy Build System). Hope it helps 回答2: I solved this problem doing tipical project clean steps: Product

Push an App update to store, But lost Bundle Id, Profile and Certificates

余生颓废 提交于 2019-12-13 03:06:32
问题 My Company is having an App on the app store. This app was done by an outsourcing company in 2016 and all the contacts with them is closed. Now I need to push an update to this app, But my problem is I don't have the Bundle Id, Certificate, Profile that are used to push the app to store previously.Can I create a new App ID, Distribution Certificate and Profile and push the app to the store with the new Bundle Id. Will that create problem for the users to get the updates. Thanks in advance.