Difference between “Mac Developer” and “3rd Party Mac Developer Application”

I was scratching my head at this for some time too. This is explained in “Tools Workflow Guide for Mac”, found here: https://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/OSXWorkflowGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011201-CH1-SW1 (as usual with Apple, these topics are pretty cryptic and not always explained well). Here are some relevant paragraphs: The name of the certificate begins with the text “Mac Developer” for a … Read more

How can I remove my app temporarily from the Apple App Store?

In the iTunes Connect’s > Pricing and Availability section you can easily switch between Available in all territories or Availability regions (0 of 175 countries or regions) Remove from sale After selecting the right one you can just hit the Save button. It will not be removed or added immediately, it takes some time to … Read more

Newly Published App reporting Version as “Unknown” in iTunes Connect

I was having the same problem. I updated the latest version. I cleared out my browser history and cache and it is now working. If that doesn’t work for you, try another browser. I usually use Chrome. Before clearing out Chrome’s cache/history, I decided to try Safari. No luck. Then I tried Firefox and it … Read more

Codesign of Dropbox API fails in Xcode 4.6.3: “code object is not signed at all”

I think I may have figured this one out. I’ve been running Xcode 4.6.3 on OS X Mavericks, under the impression that any build-specific tools were bundled in the Xcode application. But, it seems codesign is in /usr/bin. Whether it’s put there by one of the Xcode installers or comes with a vanilla system install, … Read more

How do you codesign framework bundles for the Mac App Store?

Based on baptr’s answer, I have developed this shell script that codesigns all my frameworks and other binary resources/auxiliary executables (currently supported types: dylib, bundle, and login items): #!/bin/sh # WARNING: You may have to run Clean in Xcode after changing CODE_SIGN_IDENTITY! # Verify that $CODE_SIGN_IDENTITY is set if [ -z “${CODE_SIGN_IDENTITY}” ] ; then … Read more

Which iOS app version/build number(s) MUST be incremented upon App Store release?

Apple Technical Note TN2420, Version Numbers and Build Numbers Summary: The pair (Version, Build number) must be unique. The sequence is valid: (1.0.1, 12) -> (1.0.1, 13) -> (1.0.2, 13) -> (1.0.2, 14) … Version (CFBundleShortVersionString) must be in ascending sequential order. Build number (CFBundleVersion) must be in ascending sequential order. Version Number and Build … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)