Using Azure AD SSO tokens for Multiple AAD Resources From Native Mobile Apps
This blog post is the third in a series that cover Azure Active Directory Single Sign-On (SSO) authentication in native mobile applications. Authenticating iOS app users with Azure Active Directory How...
View ArticleSharing Azure Active Directory SSO access tokens across multiple native...
This blog post is the forth and final in the series that cover Azure Active Directory Single Sign-On (SSO) authentication in native mobile applications. Authenticating iOS app users with Azure Active...
View ArticleReachability.Net: A unified API for reachability (network connectivity) on...
Do you need to check for internet connection on your mobile app? Don’t we all do it often and on many platforms (and for almost all apps)? I found myself implementing it on iOS and on Android and then...
View ArticleAnnouncing KeyChain.NET: a unified API for using KeyChain on many platforms
Updated – 16-May-2015 The latest version of KeyChain.Net (0.0.4) now available and it supports Windows Phone, thanks to the contribution of Marco Storing and accessing private keys and passwords can be...
View ArticleLet’s Hack It: Securing data on the mobile, the what, why, and how
Our solution to secure the mobile app data. It uses open source libraries and took a very minimal effort to implement Here is the presentation of tonight’s talk. It was great to see so many passionate...
View ArticleWhat You need to know before you start developing Windows Phone apps
Windows Phone To start Windows Phone development, it is very easy and there are so many tutorials out there that show you what you need to do. However, soon after starting, you will realise that there...
View ArticleSharing Sessions between HttpClient and WebViews on Windows Phones
Introduction Before we can dive into the details of the blog post, it would be helpful to give some context of what we are trying to achieve, agree? I have been working on a hybrid mobile application...
View ArticleHandling Complex objects Persistency and Messaging on Mobile
Introduction Data persistency and messaging is a very common task that you almost certainly need it almost all of your apps. Mobile platforms have come a long way in supporting data persistency mostly...
View ArticleAzure ApplicationsInsights for Xamarin iOS
Azure ApplicationInsights (AI) is a great instrumentation tool that can help you learn about how your application is doing during run-time. It is currently in Preview mode, so bear that in mind when...
View ArticleSQLite.Net.Cipher: Secure your data on all mobile platforms seamlessly and...
SQLite database have become the first choice for storing data on mobile devices. SQLite databases are just files that are stored on the file system. Other apps, or processes can read/write data to this...
View ArticlePIN Number Password Fields for Windows Xaml
In Windows Xaml world, a bad design decision was made to have the passwordBox and the TextBox different, meaning that the PasswordBox does not inherit common properties from the TextBox. As a...
View ArticleUniversal Links: The Natural Evolution of Custom Scheme URI on the Mobile
What is Scheme URI? In the context of mobile apps, Scheme URIs are used for communicating between mobile apps. Mobile developers can register a unique URI for each app in the application manifest...
View ArticleWhy you should use Git over TFS
Git || TFS (Source: VisualStudio.com) I have been an advocate of git for long time now and I might be biased a little bit, but take a moment to read this and judge for yourself whether git is the way...
View ArticleA Journey of Hunting Memory leaks in Xamarin
My client was reporting performance issues with an existing app that was developed internally, and I had to find the problems. So, here is my journey on finding the issues and resolving them. The...
View ArticleInter-App Communications in Xamarin.iOS and Why OpenUrl Freezes for 10+ sec
Inter-App Communications Mobile apps are meant to communicate using multiple channels, but the most popular, recommended, and widely used is using Scheme Uri. If you have not used Scheme URI then you...
View ArticleMassTransit approach for handling errors when consuming messages
What’s MassTransit? It’s an awesome, open-source framework for delivering messages. From their docos: MassTransit is a free, open source, lightweight message bus for creating distributed applications...
View Article