How to upgrade Mobile Safari anti-phishing database

Since iOS 3.1, Mobile Safari features an anti-phishing filter. In order to be protected from phishing sites as much as possible, the filter's database must be up-to-date. According to Apple, the database upgrades automatically while the user charges the iPhone (in order to protect battery life). To upgrade you have to: connect the iPhone to … Continue reading How to upgrade Mobile Safari anti-phishing database

How to: Fix the “Base SDK missing” issue in Xcode

Sometimes after upgrading your Xcode and iPhone SDK installation you may see the alert "Base SDK missing" when you try to compile and build an old project (that was written with a previous version of Xcode and an older version of iPhone SDK). That issue is as easy to fix as performing some clicks. Let's … Continue reading How to: Fix the “Base SDK missing” issue in Xcode

iPhone programming: How to force your app to run in landscape mode

As you may have mentioned, lot of iPhone apps (especially games) run by default in landscape mode! You can easily force the app you develop to run in landscape mode! Let's see how: In Xcode find the file [YourAppName]-Info.plist and open it up. Right click on the table and select "Add Row". Select "Initial interface … Continue reading iPhone programming: How to force your app to run in landscape mode