Questions tagged [mobileprovision]

36 questions
1
vote
0 answers

Error while installation iOS app on device

I met a strange problem for iOS app, created in VS with Xamarin. When I created mobile provision in Apple developer account for testing app on real devices (AdHoc type, like Xamarin tutorial shows), I tried to install app to devices, added to…
1
vote
1 answer

I am having trouble with provisioning profiles

I am following the directions in the video: https://www.youtube.com/watch?v=rRlOdp4uZoo Up until 6:05, I am pretty sure I followed his directions correctly. However, when I double-clicked on the newly downloaded mobileprovision file, it didn't open…
1
vote
1 answer

How to merge two mobileprovision files

I've two different .mobileprovision files signed with the same Developer Certificate but for two different devices (UUIDs) : one iPhone and one iPad. Till now I'm keeping also two versions of the signed apps according to the mobileprovision filed…
user58140
  • 13
  • 2
1
vote
0 answers

Adding provisioning profile from different team to xcode

I have developed an iOS for my client using my developer account where I manage the provisioning profiles and certificates etc. and that account is linked to xcode. However, my client wants to deploy the app using their provisioning profile. They do…
Ronny vdb
  • 2,324
  • 5
  • 32
  • 74
1
vote
1 answer

HOWTO: get info from iTunes Distribution certificate and signing key (P12 file) and mobileprovision

When dealing with iTunes apps, the Distribution certificate and signing key (P12 file)and signing key (P12 file) and .mobileprovision (plist file) are a bit of a mystery to me. I want to know how to get information from these files programmatically…
rynop
  • 50,086
  • 26
  • 101
  • 112
0
votes
1 answer

is it possible to create .mobileprovision file from free apple user id?

I am new to iOS app development. I need to create .mobile provision file and for this I need an apple user id. I have free user account . now is it possible to create a .mobileprovision file ?
Ashish
  • 207
  • 1
  • 3
  • 19
0
votes
1 answer

Phonegap Build Error: Xcode could not determine type of profile / No signing certificate "iOS Distribution" found - Xcode 11 or Xcode 10.1

I'm trying to compile an IPA for distribution in Phonegap Build, but I'm receiving the following error: Running command: xcodebuild -exportArchive -archivePath Releva.xcarchive -exportOptionsPlist /private/project/exportOptions.plist -exportPath…
Jorge Lizaso
  • 199
  • 1
  • 3
  • 15
0
votes
2 answers

Upload app on client app store connect with .p12 and .mobileprovision

My question may be silly... I have to upload an application, via xcode, on the app store connect of a client. I only have the .p12 file and .mobileprovision file of the client. What is the protocole ? Because after I have "installed" the…
Julien DX
  • 1
  • 1
0
votes
2 answers

assign new provision profile to ipa after the old one is expired

I got an Ipa and the provision profile of the app that is expired, I've created a new provision profile on apple, is there a way to assign the new one to the current Ipa? without configuring it in xcode
0
votes
1 answer

iOS app: manually copy .mobileprovision file to keychain without xcode

I want to manually add .mobileprovision to the keychain access without using xCode because I didn't develop the app with xCode. Any suggestions?
GeneralUSA
  • 328
  • 1
  • 9
0
votes
1 answer

App Binaries: files submitted

I have just been introduced to a code bank of an iphone app that has been submitted to the app store several times. The most recent version was submitted in spring 2011. I can find the zip files of all the iOS app binaries submitted. However, when I…
maddie
  • 1,854
  • 4
  • 30
  • 66
0
votes
1 answer

How can I sign a IPA programmatically?

Does anybody know how can I sign a IPA programatically. I know the security command on Mac OS X but I don't want to use them because it only works on Mac OS X. Is there any other way to sign a IPA?
calii23
  • 88
  • 2
  • 4
0
votes
1 answer

Get UUID from .mobileprovision File using Nodejs

I want to extract UUID from .mobileprovision file but unable to do that. I tried xml2js, provision and diffrent modules of nodejs to achieve this and I also tried this https://gist.github.com/benvium/2568707 but did not get any success.
0
votes
1 answer

Publishing existing iOS app

I'm taking over an existing published iOS application and have made changes to the application source code. Now it is time for me to publish the application to Test Flight as well as publish it to production. I do have admin rights on iTunes connect…
gvhuyssteen
  • 292
  • 7
  • 18
0
votes
1 answer

is possible to re-encrypt an embedded.mobileprovision file?

As title, is possible to put manually an udid in a decoded mobileprovision and re-encrypt it manually with some commands from command line without login and follow the ordinary procedure on apple member center?
AlexBerry
  • 103
  • 1
  • 1
  • 6