iOS Library That Runs A Specific Code Block Only When User Upgrades An App

Recently I mentioned an excellent library for easily creating customizable prompts when a newer version of your app is available called Harpy.

Here’s a helpful library for after the user has migrated to a new version of an app called MTMigration from Mysterious Trousers.

What MTMigration allows you to do is create code that runs only after your user has changed the version of your app.

The library also does a check to see if the user has upgraded by more than one version, and can run the code that was missed by not updating to those previous versions.

You can find MTMigration on Github here.

Perfect if you have some new settings that need defaults when the user upgrades an app.

DeliciousTwitterFacebookRedditLinkedInEmail

Original article: iOS Library That Runs A Specific Code Block Only When User Upgrades An App

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *