Back in February or March, the new Xcode's agentic features completely changed how I used Apple's coding intelligence features. But obviously they limited the agent mode to work with Claude or Codex only.…
Intro If you want to add native code to Cordova you’re pretty much on your own because the framework won’t help you with it. So obviously the first thing you would try when doing anything that has to do with a native feature in Cordova is you wold look…
Apple has announced new minimum SDK requirements for App Store submissions starting April 28, 2026. If you're working on an iOS app, it's time to plan your upgrade.…
Troubleshooting guides If the validator returns an error, curl the file From that thread… first thing to try is: add this end of the .htaccess file: Header set Content-type "application/pkcs7-mime" At Arcascope, we got it to work by adding this to…
At Arcascope, we implemented universal/deep linking in Shift: The App for Shift Work. The nice people at Arcascope were kind enough to let me publish this doc I wrote about it.…
If you need to create a simple alert popup, read Paul Hudson’s post. (The post also covers how to create alerts in the newer, iOS-15 way.) I needed a way for a single view to show alerts with one button, with two buttons, and with two buttons and a…