Questions tagged [mobileprovision]
36 questions
96
votes
13 answers
No signing certificate "iOS Distribution" found
I am trying to sign an app with my client's certificates. I have received the following file from the client
I tried installing the ios_distribution certificate and the key (.p12). Also I have installed the provisioning profile. Now when I try to…

user3034944
- 1,541
- 2
- 17
- 35
7
votes
1 answer
how to get .mobileprovision file and .app file
I am new to the iphone development.
And i am using Hackintosh and i do not have any user ID of apple.
Now my clients need two file( .mobileprovision file and .app file) for creating ad hoc distribution.
Now is it possible to create .mobileprovision…

Ashish
- 207
- 1
- 3
- 19
5
votes
4 answers
how to create certificates, keys, .pem and .p12 file without using mac to create an ipa?
I'm building a hybrid mobile application which is almost completed and working on testing phase.
My app is working fine on android devices but i need to test my app on IOS device. I have a Linux system on which i have done all the development. To…

saddam
- 301
- 3
- 11
3
votes
1 answer
"Provisioning profile does not match the developer certificate" error when setting up GreenhouseCI
Trying to set up a new app in GreenhouseCI and running into an error when attempting to input the Provisioning profile and Certificate files. The error states:
Provisioning profile does not match the developer certificate
I exported my private…

Mike Henry
- 31
- 6
3
votes
1 answer
.mobileprovision File Is not added to KeyChain Access When Double Clicked for Parse Push Notification Tutorial
I have used the link below to set up push notifications on Parse:
https://github.com/ParsePlatform/PushTutorial/tree/master/iOS
I'm having a similar problem to the user from this post: Parse Push Notification iOS.
Basically, I set up push…

Philip Sopher
- 627
- 2
- 8
- 19
3
votes
2 answers
Sign an iPhone configuration profile with Server certificate
I already found a thread with a similar topic but I wasn't able to solve my problem this way, so I hope I get help here.
I'm trying to sign a iPhone config profile with my servers SSL certificate on Mac OS X:
openssl smime -sign -in…

alve89
- 971
- 1
- 9
- 31
2
votes
2 answers
Failed to copy error while copying mobileprovision file in Jenkins
jenkins is installed in OS X Sierra and I am trying to create a job
I have uploaded provisioning file in KeyChain and Provisioning Profiles Management plugin.
In job configuration, in Build environment section, Mobile Provisioning Profile,…

SriSreeku
- 21
- 2
2
votes
1 answer
install mobileprovision file - Xcode 6
I know this is simple, but I've read through all the questions and there doesn't seem to be a simple answer to this.
I've created an appID. I've created a mobileprovision file, downloaded it and double clicked it and that all seems fine. (I have…

idan ahal
- 707
- 8
- 21
1
vote
1 answer
Hiding embedded.mobileprovision from IOS app
I'm trying to resign ios app using my own certificate and after resign it it produce a file "embedded.mobileprovision". is there a way to delete this file or hide it?
I need the app to work after resigning it and hide/delete the…

Jhon N
- 11
- 1
1
vote
0 answers
Download the mobileprovision profile using appstore connect api with node express app
I'm trying to create mobileprovision profile with the help of apple appstore connect api 1 with node express app. And it's successfully created and got the successful response as well. So I have two question here.
can I download this file using…

Iroshana
- 121
- 1
- 5
1
vote
1 answer
Finder Preview not showing details of mobile provisioning profile under Mojave
After installing Mojave on a new Mac, I'm noticing some issues when I open up an ipa file, browse to the embedded.mobileprovision profile.
When I click on the embedded.mobileprovision file, Mojave isn't showing me any details of the provisioning…

Paul Reedy
- 360
- 3
- 10
1
vote
1 answer
In an Enterprise iOS app, how to replace the *.mobileprovision file on device after existing profile expired, but without re-signing the IPA?
We have a series of iOS Enterprise applications that were built with Telerik Cordova (discontinued in May 2018). Those apps are in the process of being converted to a new platform, but in the mean time they must continue to service client needs. …

William Smith
- 1,949
- 4
- 25
- 45
1
vote
3 answers
iPhone has denied the launch request - On provision profile
A company that I am developing a project for, gave me a .mobileprovision file and a .p12 certificate to add APNS to their project. As long as I've added their provision profile to my project in XCode, XCode keeps saying "iPhone has denied the launch…

Ali Samaiee
- 301
- 6
- 14
1
vote
1 answer
Contents of embedded.mobileprovision always remains constant?
Does the contents of embedded.mobileprovision change when I submit the ipa to the app store or after app becomes live? I don't think it should change but I need to be sure about it. Thanks.

Sanket_B
- 735
- 9
- 26
1
vote
1 answer
Where and how to install provisioning profile in Visual Studio for Xamarin.Forms?
I have implemented push notification using UrbanAirship. I am not getting notification. I have google for it and it says I need to install certificates. I got 2 certificates.
1- appidentifier.p12
2- appidentifierIOS.mobileprovision
I am using…

Developer
- 295
- 4
- 16