Tag Archives: iOS

Detecting OS and Redirect to a specify site

There will be some instance where we need to redirect user to different site based on their platform. As such the following javascript will do the job to which OS the user is on. In this case, Android, iOS, and … Continue reading

Posted in Web Development | Tagged , , , , , , , | Leave a comment

Data Binding for Xamarin iOS

Been trying out Xamarin for iOS over the past few weeks and today I came across an article from Visual Studio Magazine that managed to explain and provide a sample code for binding data to table in iOS. The article … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Xamarin No valid iOS code signing keys found in keychain

Very often when you download app sample from the web for Xamarin iOS and attempt to run it on a iOS simulator, you might encounter the following error “No valid iOS code signing keys found in keychain.” The simple solution … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment