bundle-identifier Questions
2
After updating to Xcode 11.3, my all test cases stopped working because of the unnecessary text .xctrunner appended with bundle id.
Example- If I am giving bundle id as abc.com then it's showing ab...
Interdisciplinary asked 27/7, 2020 at 11:41
2
I want to create new Identifier in apple developer account but every time I get warning: An attribute in the provided entity has invalid value etc...
I created application in XCode a let XCode auto...
Mcgannon asked 17/3, 2021 at 10:51
3
Solved
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 identif...
Verlaverlee asked 3/10, 2016 at 22:31
11
Currently I have .ipa file and same app can be installed through test flight. I don’t have the app source code. I tried extracting the files from .ipa file using Archive Utility but there was no pl...
Statocyst asked 16/12, 2014 at 16:55
2
I tried to delete unused app ID on Apple Developer Certificates, Identifiers & Profiles, but then the below dialog popped up. I don't have any associated app with this bundle ID. Why can't I de...
Unknowing asked 23/8, 2021 at 4:48
37
Solved
I am unable to install a watchOS 2 WatchKit app due to an application-identifier entitlement. This happened after turning on App Groups in the Capabilities tab.
Full error:
App installation failed...
Housen asked 20/9, 2015 at 7:58
3
Solved
Say I have an app named "Foo Bar", should the bundle identifier be com.tyilo.foobar or com.tyilo.FooBar?
What is the most normal and what does Apple do?
Futch asked 5/5, 2012 at 18:5
7
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 oc...
Arthurarthurian asked 2/11, 2017 at 5:41
4
I have created an app with bundle identifier
com.myapp
Now I added two In App Purchase items. Following are the product ids
com.myapp.product1
com.myapp.product2
Now when I fetch list of produc...
Golden asked 23/3, 2017 at 3:33
6
Solved
I used the below method to get the app name and packageName but I need Bundle id for iPhone users.
I want to share an app link.
I did it in android but on iPhone, I need bundle id.
Future<Null&...
Swagerty asked 29/6, 2018 at 9:1
1
Solved
I started using a new Macbook Pro, and I opened an XCode project I had on OneDrive. When I try to run it, I get the error below
Signing for "Project5" requires a development team. Select...
Pishogue asked 15/3, 2022 at 10:44
5
Solved
I am trying to build my app but it failed. I am shown the message below.
error: WatchKit Extension doesn't contain any WatchKit apps whose bundle identifiers match "com.domain.appname.watchkitap...
Outweigh asked 12/5, 2015 at 23:19
3
Solved
I am working on a flutter app and cannot find the bundle identifier. According to the documentation here (https://firebase.google.com/docs/flutter/setup), it should be in the General tab but I can'...
Rudin asked 8/2, 2020 at 22:4
2
I need to build an Xcode project within a Today Extension by 'xcodebuild'. The bundle is of the main target is com.myapp, while the bundle id of the extension is com.myapp.todayextension.
I'd like...
Timeconsuming asked 5/2, 2016 at 17:46
3
I’m trying to upload binary to iTunesConnect using Xcode8.3.
There are around 10 cocoa pods (Alamofire, SideMenuController, DropDown etc) in my project.
However, while uploading I’m getting stran...
Popsicle asked 30/5, 2017 at 6:58
4
Solved
I have four bundle identifier
com.company.appname
com.appname
appname
com.company-name.app-name
Please help me to find out correct bundle identifier,
Please tell me which is correct.
Boaster asked 11/3, 2015 at 6:20
8
In iOS 8, when we create an app extension, we have to decide which target it is attached to. The extension will have the same bundle ID's prefix as the target.
Is there any way to change the targe...
Alterable asked 20/8, 2014 at 7:3
1
Solved
I uploaded a test-release for an App on both iOS & Android on AppStore/GooglePlay using their respective native programs. In other words I reserved their bundle-identifiers string.
Now I'm tryi...
Spend asked 26/7, 2020 at 1:6
41
Solved
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 pod...
Denitadenitrate asked 15/5, 2016 at 17:40
2
Solved
How can I reuse the bundle ID I have created for the app ID? I even delete the associated app ID but the bundle ID still unavailable.Does it to say bundle ID couldn't be removed completely once cre...
Halla asked 12/10, 2015 at 9:11
8
Solved
After 4 months developing my first iOS app, it's time to submit it to the App Store. I created the app in iTunes Connect, filled in all the details, set up the correct Bundle ID in both Connect and...
Atkins asked 9/4, 2016 at 0:27
1
I am using Schemes in Xcode.
I cannot specify different Bundle IDs for the "Debug" and "Release" schemes, while I can do for any other scheme that I create. I need to manually e...
Publishing asked 5/3, 2020 at 10:7
2
I'm trying to open the system date & time preferences directly from my app.
I can seem to open System Preferences with no issue using:
let settingsBundleIdentifier = "com.apple.systempreferen...
Libelant asked 11/10, 2018 at 3:54
6
Solved
I'm setting up Jenkins to automate the build process. In particular, for my needs, I'd like to be able to set different bundle identifiers.
I'm using the Xcode Jenkins plugin to set the bundle id...
Certain asked 30/9, 2015 at 9:13
1
Solved
I am new to swift i want to deploy my app to app store , while creating app id when i enter the bundle id there are two option i saw explicit and wildcard but i don't know what exactly they are and...
Cede asked 18/6, 2019 at 4:35
1 Next >
© 2022 - 2024 — McMap. All rights reserved.