bundle-identifier Questions

5

Solved

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 ...

3

Solved

I am trying to automate a test on my ipad which has my app installed on it. I am using Appium for automating the app. It's asking me to enter a bundle ID of the App that needs to be tested. Could ...
Efrem asked 13/2, 2017 at 21:43

2

Solved

Hi I am developing an Android app and one IOS app. My question is regarding the Android package name and the IOS bundleID. Is it best practice to use the same value on both platforms like "...
Unsound asked 20/7, 2018 at 17:33

2

Solved

I am trying to come up with regex to validate iOS app's bundle id. This link was quite helpful. However I also need to validate length of supplied bundleid as well as length of strings between dots...
Mercia asked 27/2, 2018 at 5:35

15

Solved

After updating to the latest build of Xcode 7.3 (7D175), every time I try to Export for adhoc distribution I get the above error. Everything was working fine up until the update. The bundle ID is d...
Acierate asked 24/3, 2016 at 17:45

5

Solved

I am attempting to validate my iOS app in Xcode. However, upon validation, I receive the following error: The following issues were found during validation: Invalid Code Signing Entitlements. Yo...

1

Solved

I am currently trying to build an iOS App from Unity but keep running into these 4 errors: Undefined symbols for architecture arm64: "_utilityBundleIdentifier", referenced from: _NativeBinding_ut...
Physical asked 13/12, 2016 at 15:29

1

Solved

I have an App that I am about to release to the App store. The App has the same name as the company. I know the recommended way to name your bundle identifier is com.yourcompanyname.appname H...
Terrijo asked 15/11, 2016 at 21:3

1

Solved

So I have an app with a share extension each with their own target. The core of the apps' bundle identifier is com.company.app and the share extensions is com.company.app.share. Each have their own...

1

I am using Sparkle to update an application from 0.9.2 to 1.0.0. In the new update, I have changed the CFBundleIdentifier of MyApp.app from com.MyCompany.MyApp to au.com.MyCompany.MyApp. When I t...
Aenneea asked 21/11, 2013 at 0:9

4

Solved

I have my iOS app transferred from one apple account to another which causes team id change. Clean re-install works fine but every time I install an update I get the following error: [MIIn...
Bookman asked 6/4, 2015 at 19:38

3

Solved

How can I get the bundle ID in Swift? Objective-C version: NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier];
Rosalindarosalinde asked 17/9, 2014 at 17:46

2

Solved

Apple recently introduced the Free Provisioning in iOS9 & Xcode 7. I was using it and XCode registered my bundle ID automatically as an App ID, now I want to remove the App ID to use it with an...
Cooee asked 30/10, 2015 at 9:43

3

Solved

I'm a bit mixed up, since I changed the app name, Bundle Display name, and Bundle identifier name...and now my app works properly, but my today widget won't. Whenever I try to run today widget, it...
Haematoxylin asked 18/1, 2015 at 4:59

2

Solved

I need to launch another app from within my own app, but I don't have its URL. So my question is: Is there a way to find out another app's url programmatically based on its bundle identifier, or tr...
Collett asked 13/3, 2014 at 13:44

1

Solved

I am having trouble in executing Google Cloud Messaging in Swift. Using GCMExample for objective C I am getting the Registration token but when I am trying to run GCMExampleSwift which is for Swift...
Moreau asked 27/10, 2015 at 6:35

2

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, "Ident...
Riordan asked 23/1, 2015 at 21:25

4

Can we have 2 iOS apps with same bundle id target different iOS? In a scenario, I would like to keep my app supporting iOS 8 and create a new app from scratch supporting only iOS 9 with same bundl...
Millwater asked 14/7, 2015 at 17:41

2

Solved

“I am going to upload the binary of my app which contains App Extension but it give errors that the bundle Identifier of the containing app does not matching with theExtension App. CodeSign err...

1

Solved

it is my very first time to upload an application to iTune Connect, and this one freaks me out: The selection of bundle id appears to be only one option: "Xcode iOS Wildcard App ID - *", and there ...
Unsex asked 28/6, 2014 at 14:20

2

Solved

I can't seem to figure out the discrepancy here. My app is named Monsters! So in the plist, the Bundle Identifier is com.businessname.${PRODUCT_NAME:rfc1034identifier} from what I understand :r...
Noblesse asked 28/5, 2014 at 20:44

4

Solved

The company I work for created an app, we uploaded it to the app and it was rejected for some Metadata. No big deal really, except that management then decided to build a new version of the app and...
Aesir asked 16/3, 2012 at 18:21

1

I'm developing an IOS app using cordova, the problem is that I created the project with the wrong bundle identifier. After I changed it, if I execute: cordova build the bundle identifier gets over...
Apnea asked 10/1, 2014 at 19:31

1

Solved

I've followed this tutorial to allow for my app to have builds for DEBUG, ADHOC testing (for my beta users), and RELEASE. Everything works great except for my in-app purchases. My Bundle IDs after...
Extracurricular asked 6/2, 2014 at 15:52

© 2022 - 2024 — McMap. All rights reserved.