provisioning-profile

didRegisterForRemoteNotificationsWithDeviceToken never called on specific device [duplicate]

余生长醉 提交于 2019-12-03 07:08:03
问题 This question already has answers here : didRegisterForRemoteNotificationsWithDeviceToken not called in ios8, but didRegister…Settings is (11 answers) Closed 3 years ago . First of all, I am on iPhone 6 Plus/iOS 8.1 and I've tried everything here: why didRegisterForRemoteNotificationsWithDeviceToken is not called Still no avail. To summarize: I've checked my bundle identifier matches the one in provisioning profile/development portal I've created a new development push APNS certificate I've

iOS expiring Distribution Provisioning Profile questions

不想你离开。 提交于 2019-12-03 06:45:12
We have an iOS "In-House" app (distributed OTA) with a Distribution Provisioning Profile that, as you may know, expires in 1 year. We have gone through upgrading the profile and distribution pains last year, so we are familiar with the process of distributing the app with a new profile, but I want to ask some questions just for clarity. (We are currently 29 days away from expiration, so users are getting notified) Last year we thought that creating a NEW distribution provisioning profile with the same name as the expiring profile would overwrite the expiring profile. We were incorrect, it does

Provisioning Profiles was invalid but Certificate and App ID are valid, why is that

烂漫一生 提交于 2019-12-03 06:39:34
My provisioning profile suddenly became invalid. I logged in developer.apple.com couples of days ago and everything was fine. Today I logged in again and was surprised to find that both of my development profile and distribution profile were invalid. The certificates and App ID are valid, I did not revoke any of them and they are not expired at all. So why my profile became invalid? I know I can re-generate profile but because I do enterprises distribution not app store distribution. I am worried that regenerating profile may affect current users. Also, I really need to figure out the reason

What is the difference between In House versus Ad Hoc distribution for Enterprise apps?

浪尽此生 提交于 2019-12-03 06:29:20
问题 I have an Apple iOS Enterprise account and am creating a distribution provisioning profile, and was surprised to see that I had to choose a distribution method of either In House or Ad Hoc. This confused me - if I was creating a distribution profile for a non enterprise account then the choices here would be Ad Hoc or App store, this makes sense as there are different profiles for testing and for releasing. But this is for an enterprise account and I don't understand what the difference is

ios: How do I add a new UDID to provisioning profile without a tethered device?

核能气质少年 提交于 2019-12-03 06:21:03
I know how to add from the web portal, but this particular provisioning profile is marked as "Managed by Xcode", therefore, I need to either stop managing from xcode or add a UDID into the profile from Xcode. I cannot find any way to "stop managing" in Xcode. In Xcode, I know how to add the device by tethering to my laptop and refreshing, but I don't see any option to add a UDID. matzino Connect the phone to your mac and open XCode. Then click under Window->Organizer under Devices you must see your connected phone. There is an Button named "use for Development". Click this and after a few

Difference: Ad Hoc distribution and Developmental distribution

让人想犯罪 __ 提交于 2019-12-03 04:00:30
问题 I am in process of creating my first app and have some confusion over Ad Hoc provisioning profile and Development Provisioning profile. I understand that this question is asked before this but needed some clarification and confirmation. Looking at previous answers on stackoverflow I assume there are following differences: Ad hoc builds can be installed without iTunes while development builds(.ipa) must be installed from iTunes Debugger cannot be attched to Ad hoc build while development build

Code Sign Error not finding team ID during Cordova build ios

て烟熏妆下的殇ゞ 提交于 2019-12-03 03:59:30
After reading through all of the previous posts on code sign errors, I have reached a cul-de-sac. While building a cordova project (version 4.3.0) with ios platform (version 3.8.0) and using a Bamboo server to do the continuous integration. I cannot get my app to sign the iOS app for the release. This is the order of my build tasks: unlock keychain (I've made sure that my iPhone Developer and Distribution certificates were valid and not expired. I've also made sure that there are no permission windows that pop up on the Bamboo server, e.g. asking permission to unlock keychain.) cordova

How can I deliver an iOS app IPA to a customer to be signed with their own Enterprise provisioning profile

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 03:58:30
问题 We have developed an iOS app that has been delivered to the customer as an IPA with an ad-hoc distribution profile that allowed a set of their employees to install it on their devices. The customer now wishes to distribute that app internally to all their employees using their iOS Enterprise Developer program credentials. I had hoped that the customer could simply re-codesign the ad-hoc IPA with their own enterprise identity. However, they say they can't do that. They say they "need an IPA

Xamarin No installed provisioning profiles match the installed iOS code signing keys

蹲街弑〆低调 提交于 2019-12-03 03:07:23
I am trying to run my app locally and not through an emulator. These are the following things that I have done: set up the free provisioning profile "trusted" my iPhone when prompted Enabled these settings for provisioning profile: However, I am still getting this error when trying to run the app locally on an iPhone No installed provisioning profiles match the installed iOS code signing keys What else can be done to run my app locally? Log into the Apple Developer member center and review your certificates. Down to the left you should see the Provisioning Profiles title. Click it and you'll

Xcode 8 provisioning profile won't download

核能气质少年 提交于 2019-12-03 02:49:50
问题 I recently updated to Xcode 8 and as I click on "download" option next to provisioning profile in Xcode/Preferences/Accounts/View Details menu it changes to gray and does not download. After restarting Xcode the download button is again clickable and the problem persists. Manual download of provisioning profile and dropping on Xcode icon don't add the profile to specific developer account in Xcode 8. Anyone had this problem recently and solved it? I checked all questions related to new Xcode