From owner-freebsd-questions@freebsd.org Mon Feb 19 21:03:46 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFB72F24367 for ; Mon, 19 Feb 2018 21:03:46 +0000 (UTC) (envelope-from jjohnstone@tridentusa.com) Received: from mail.tridentusa.com (mail.tridentusa.com [96.225.19.3]) by mx1.freebsd.org (Postfix) with ESMTP id 654966B559 for ; Mon, 19 Feb 2018 21:03:45 +0000 (UTC) (envelope-from jjohnstone@tridentusa.com) Received: (qmail 12370 invoked from network); 19 Feb 2018 15:57:04 -0500 Received: from pool-108-53-138-183.nwrknj.fios.verizon.net (HELO ?192.168.1.156?) (jjohnstone@tridentusa.com@108.53.138.183) by mail.tridentusa.com with SMTP; 19 Feb 2018 15:57:04 -0500 Subject: Re: File fransfer from iPad to FreeBSD To: freebsd-questions@freebsd.org References: <20180216104703.555e9987.freebsd@edvax.de> <44df8585-9874-2614-590a-bea78f54caa4@kicp.uchicago.edu> <54570.108.68.161.195.1518893084.squirrel@cosmo.uchicago.edu> <61321.128.135.52.253.1519062986.squirrel@cosmo.uchicago.edu> From: John Johnstone Message-ID: Date: Mon, 19 Feb 2018 15:56:58 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <61321.128.135.52.253.1519062986.squirrel@cosmo.uchicago.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2018 21:03:47 -0000 On 2/19/18 12:56 PM, Valeri Galtsev wrote: > > On Mon, February 19, 2018 12:20 am, @lbutlr wrote: >> On 2018-02-17 (11:44 MST), Valeri Galtsev >> wrote: >>> >>> And here is the part where we two will fundamentally disagree. The truth >>> is, that Apple store offers you the latest version of given application. >> >> But that is simply not true. There are plenty of applications that I can >> reinstall on my old device that does not run the current OS, and I will >> get the version for the OS I am running, not the newest version of the >> application. >> >> Apple cannot give you a version of an application that the developer has >> removed from the App store, no matter how badly you want it, as it is not >> theirs to give. > > I wonder if you could teach me how to install older version of some > application through apple store for which apple store already carries > newer version of application. What do I do on my iOS device (iPhone or > iPad) to choose different version of application than the one that pops up > in the search of app store. > > I don't care which application you choose as example, I just would like to > follow your step by step instruction. Once I am able to see one > (whichever) application for which I can choose one of two different > versions, I will happily admit that my statement was wrong. And I will > learn something. But so far I haven't seen the way to install older > version of some application (the version that was released when older > version on iOS was actively supported). But, of course, I did check all > applications that are in apple store. > > Thanks. > Valeri An iOS device can be used with or without iTunes. Without iTunes, apps install on the device directly from the App store and only the latest app version is available with whatever iOS dependency it has from the developer. Some developers create new apps with a different name which allows them to have similar apps in the store with different iOS dependencies. With older versions of iTunes (e.g. 10.6.2), apps are downloaded from the App store into iTunes and stored locally in the iTunes app library. Syncing with the iOS device with iTunes installs the app from the iTunes library. The local storing of apps in the iTunes app library was removed in more recent versions of iTunes. When restoring from a backup apps are restored from either the app library with older versions of iTunes or directly from the App store with the newer iTunes versions or in the case of iCloud backups. You then get whatever app version is available in the store at the time you do the restore. If this subject is important for someone they need to do some careful research outside of this mailing list. Because the behavior has changed over time and varies with the different scenarios this is an area that is not fully understood by many people. - John J.