Wenfengcheng / XHVersion_Xamarin.iOS

Xamarin.iOS binding library for XHVersion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XHVersion_Xamarin.iOS

Version Status

Notify users when a new version of your app is available and prompt them to upgrade.

Port of Xamarin iOS of the XHVersion

NuGet

Overview

Usage

To alert new version with default style:

XHVersion.XHVersion.CheckNewVersion();

To alert new version with custom ui:

XHVersion.XHVersion.checkNewVersionAndCustomAlert((info)=>{

});

Reference

About

Xamarin.iOS binding library for XHVersion

License:MIT License


Languages

Language:C# 56.7%Language:Objective-C 43.3%