Periodically, Apple updates its development and distribution certificates. They are updated when XCode updates. If you haven’t updated to the latest version you may have to update these files yourself. 1. Download the certificate APPLEWWDCRCA3.cer 2. Install it into KeyChain Access https://developer.apple.com/support/certificates/ https://stackoverflow.com/questions/64596362/iphone-distribution-certificate-is-not-trusted
XCode’s CLI Swiss Army Knife xcrun -h (for help) xcrun -v (verbose output) xcrun –show-sdk-path (will show the SDK path including its platform) ls /Applications/Xcode.app/Contents/Developer/Platforms (displays all the platforms) xcrun simctl list (list device uuid for the simulator) xcrun simctl install [sim-device-uuid] tester.app (install an app onto the simulator) =============================================== xcrun actool Assets.xcassets –compile build […]
For Adobe AIR for Mobile Section 11.3 iOS of “Release_Notes_AIR_SDK_33.1.1.345.pdf” (page 22) from Samsung Harman regarding iPhone App Development states: “The splash screen is implemented as a launch storyboard with the binary storyboard and related assets included in the SDK. This has implications for those who are providing their own storyboards or images in an […]
Scenario: created an iPhone app for Grip 411 using Adobe Air for Mobile now managed by Samsung Harman’s AIR SDK. The build process created the app’s grip411.ipa properly but was rejected by Apple because: ‘ERROR ITMS-90034: “Missing or invalid signature. The bundle ‘com.grip411.release’ at bundle path ‘Payload/Grip 411.app’ is not signed using an Apple submission […]
On Thursday, December 13, 2012 I gave the technical portion of the presentation on HTML5 development for the Verizon Developer Community HTML5: Separating Fact from Fiction Summary: App developers have kept a close watch on HTML5, with its promises of faster, easier development and cross-platform simplicity. Meanwhile, the technology has been slapped down by companies […]
Getting Started with PhoneGap and PhoneGap Build This is a brief overview of how to build mobile applications using the PhoneGap framework. Using a text editor and a web browser and a few images, a Hello LA PhoneGap application will be built You can download the project at http://laphonegap.org/HelloLAPhoneGap.zip