My company KittyCode, has just released the 3.0 version of Hurricane. All new method for tracking storms using the Mapkit API as well as taking advantage of the GPS to inform the user their distance from storms. This new version pretty much includes everything that anyone will need for hurricane tracking.
Click here for more details and pics…
Bug# 7037460 has been submitted to Apple. This bug explains that Apple’s DRM is broken allowing for iPhone apps to be pirated freely. So far the only response the developer community has seen from Apple has been an uneasy silence.
The bug was submitted earlier today as a high priority security bug. Apple has since responded and re-classified it as “Other Bug” (A bug that has a workaround), or in other words, bugs we’re going to ignore. A huge hole in their security model of the iPhone has allowed the firmware to be jailbroken and apps easily patched to be copyable and runnable.
I’m calling on everyone in the iPhone developer community click on the “Report a bug” link within the Apple developer website and submit a duplicate of this issue.
It’s time for this issue to be talked about.
I’m continuing to update Hurricane for the iPhone to the latest 3.0 firmware. Grabbed the final firmware and SDK from Apple last night and re-built everything on my phone. Nice to see it finally running on the device. A few more days of dev and the new version should be ready to release to the world. I think everyone will be pleased with the update.
There doesn’t seem to be a way anywhere within the sdk to rotate a UINavigationController and it’s children to a new orientation when the view is displayed. There are a ton of people asking about this all over the web and everyone gives them the same useless answer that doesn’t solve the problem. This creates a ton of posts I have to sort through and no results.
Yes, I know how to tell it to rotate or not rotate a certain view, no this isn’t the functionality I’m looking for.
I have multiple pages of data. Some I require must remain in portrait mode while others are able to be rotated. Going to one of these rotatable views and then returning to a portrait view will cause the portrait view to be in landscape mode. Rotating the device to fix this view doesn’t work as this one doesn’t allow rotating. *sigh*