Questions tagged [codesign]

In iPhone development codesign deals with Provisioning Profiles, App Developer Certificate and device UDID.

In iPhone development codesign deals with Provisioning Profiles, App Developer Certificate and device UDID.

How to use code sign

enter image description here

574 questions
0
votes
1 answer

Automatic code signing: Which profiles am I using?

I want to know which code signing identities and provisioning profiles I am actually using when I have an Automatic setup (see screenshot). What is the easiest way to determine this?
oyvindhauge
  • 3,496
  • 2
  • 29
  • 45
0
votes
1 answer

iOS app manually signed and zipped does not upload to App Store

I've been struggling for a couple of days now... I have an app that works great in AdHoc and now I'm delivering a .ipa to the customer for uploading to their private store. I'm using XCode6.4 and Swift, and archived through xCode. During the first…
T-Rex
  • 1,550
  • 2
  • 11
  • 17
0
votes
1 answer

Run iOS Codesign from php page

I try to setup a local website to resign ipa file. but I have an issue with codesign command. the command works properly when I run it from the shell terminal. But it shows this error when it run from php: "no identity found". I run an Apache server…
0
votes
2 answers

Unable to sign my app with codesign

I have had great success compiling my Jar to an app, and then making a DMG file to install it on Mac. I am now trying to sign it, but having no luck with % codesign -s I think my syntax is correct (in this sample I'm obscuring my actual commonname…
0
votes
2 answers

Getting entitlement warning while building an Ad Hoc Distribution Bundle for an Iphone App

I followed Apple's instructions on how to create an Ad Hoc Distrubution bundle but I keep getting what appears to be a fatal Warning during the build process. As per the instructions, I set the signing identity to my distribution profile at the…
Nefsu
  • 418
  • 1
  • 5
  • 16
0
votes
1 answer

Push Notifications not received if Xcode Server signs with iOS Team provisioning profile

I recently implemented in an app Push Notifications. We also use an instance of Xcode Server to make automated builds for our QA. When I updated the app id to support push notifications, I regenerated the provisioning profiles for both development…
0
votes
1 answer

GateKeeper warns dmg file is damaged after signing the application using install4j

We have requested for Developer ID Application Certificate. Exported the certificate and private key as .p12 extension and imported into the Mac Keychain tool where the install4j 5.1.1 app is installed. Also placed the Developer ID Application…
0
votes
1 answer

Reliable verification of codesigned app in OSX

After many problems to codesign an Mac OSX app finally I got a working combination (what to sign, where it should be located). My question is if there's some system command to do the exact same verification the system does on a downloaded app. I've…
tru7
  • 6,348
  • 5
  • 35
  • 59
0
votes
1 answer

Re-signing ipa with expired provisioning profile and with a valid certificate

I got an ipa and I re-signed it with expired provisioning profile (Enterprise) and with a valid certificate(.p12). using steps mentioned in here! when I am extracting ipa (getting .App file) -> doing show package Contents (on .App) -> checking…
Ramanuj Singh
  • 115
  • 2
  • 8
0
votes
1 answer

Windows cannot start driver | Signtool does not work without /pa or /kp switches

I am trying to install and use scanner on win7. The driver installs properly, but cannot start. It shows "This device cannot start" Code 10 error in Device Manager. I tried to test it with Signtool, but I am getting "SignTool Error: A certificate…
user4324756
0
votes
1 answer

CodeSign on OS X

/usr/bin/codesign --force --sign --requirements ="designated => identifier org.my-app" /Users/AirWatch/Desktop/MyApp.app/ I am trying to codesign my app, named "MyApp.app" using CodeSign command. Bundle identifier for my app is…
Seema Kadavan
  • 2,538
  • 1
  • 16
  • 31
0
votes
1 answer

Terminal's "codesign" command trouble

I've been trying to use the "codesign" command on Mail.app so that I can modify the info.plist using the "defaults write" command. It used to work, but after I re-installed Yosemite, I get this result when running the…
user3541125
  • 451
  • 2
  • 5
  • 11
0
votes
1 answer

Mac App Store entitlement - code object is not signed at all

I've been trying to submit an app update to the Mac OSX Store but all my submissions have been rejected with the error "code object is not signed at all" I've been code signing the entitlements like this: codesign -f -v -s "3rd Party Mac Developer…
defenestr8me
  • 116
  • 6
0
votes
1 answer

codesign plugins for mac app

Following this article, I'm running codesign for all frameworks. However, I'm still getting a codesign error with plugins. /.../Applications/MyApp.app: code object is not signed at all In subcomponent: /.../MyApp.app/Contents/PlugIns/Flash…
Grnbeagle
  • 1,751
  • 2
  • 16
  • 26
0
votes
1 answer

codesign (MAC 10.10) and customization support

Pre-Yosemite could exclude certain files from codesign earlier by specifying resource rules but starting with Yosemite release (OS X 10.10) --resource-rules are oboleted. Is there still a way to exclude certain files so that signature verification…
JamesWebbTelescopeAlien
  • 3,547
  • 2
  • 30
  • 51