Repository is archived
No commit activity in last 3 years
No release in over 3 years
App Store Emigrant will manually attempt to verify whether any of your local mobile applications are out of date, which iTunes - unfortunately - will refuse once you have moved countries
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
~> 1.1
~> 0.9
~> 0.16.0
 Project Readme

App Store Emigrant

Gem Version Build Status Maintainability Test Coverage

App Store Emigrant is a Ruby gem that will manually attempt to verify whether any of your local mobile applications are out of date, which iTunes will refuse to do automatically once you have moved countries.

Supported Ruby versions: 1.9.2 or higher

Licensed under the MIT license.

Redundancy notice: Apple has since released a new iTunes version that remedies the issues noted below. This effectively marks App Store Emigrant as redundant, but it will continue to be maintained, for now.

Background

For more information on the issues faced when moving countries with regards to Apple's ecosystem please see these discussions.

TL;DR: For reasons unknown to mankind, Apple has made it rather complicated to update applications bought in different stores, particularly after emigrating. iTunes mentions updates are available, but refuses to actually update these apps when asked to. These applications are also missing from the Purchases-tab.

App Store Emigrant tries to soothe these pains - albeit only partially - by scanning your iTunes library folder for mobile applications and querying iTunes for the latest versions available. One can then manually go into the store and update each application, one by one.

Installation

App Store Emigrant is available from RubyGems and can be installed through the command-line.

Fire up your favourite terminal and run:

gem install app-store-emigrant

Installing on OSX and using the default system Ruby? Run:

sudo gem install app-store-emigrant

Usage

Once installed, a new not-so-fantastically named binary called ase will be added to your path.

Invoke its scan task to start the verification process:

ase scan

If problems arise finding your default library, specify where your mobile applications lurk:

ase scan --library ~/m00sic

To clear the cache of application metadata, run the scan task with the -c or --clear-cache flag.

ase scan --clear-cache