Monotouch – Calling the App Store Review Page

A quick tip today for Monotouch developers wanting to invoke the App Store’s review page from within their app; UIApplication.SharedApplication.OpenUrl (new NSUrl ("itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=609326726")); And that’s ...
Read More

Monotouch and Testing iOS Apps in Testflight

When developing iOS apps in monotouch, you can distribute beta versions to your testers. They get installed on your user’s iOS devices over the air, ...
Read More

Tech Tip: Error “405 Method Not Allowed” when performing a PUT on IIS7

Todays thought is a spectacularly obscure “feature” in Microsoft’s IIS 7.0 web server. Credit to the Mindtouch Developer portal team for this one. To fix ...
Read More
Archives