简体   繁体   中英

iOS app displaying incorrect date in Mac iTunes

I built an Ionic app and have noticed that the ipa installed into iTunes is displaying a date of 12/31/03. Where would I change that date or set it dynamically?

Here is a screenshot. Screenshot

Thanks.

Research

I did some research and tried a lot on my own. In the end I came to following conclusions:

  1. iTunes will display the "purchase date" of the app here
  2. Once an update of the app is installed, the "update date" gets displayed here instead
  3. For "manual installed apps" (not via the App Store), a "default date" is displayed => "12/31/03" (depending on the timezone, here in CEST timezone, I got "01/01/04" instead, but when changing to a US timezone I also get the "12/31/03").

What does this mean to your question?

I'm afraid there is no possibility of actively affecting the date being displayed here.

How I came to those conclusions

1. Purchase date

When going to iTunesMy Apps → right click on an app and chose Get InfoFile , it'll display the "purchase date" which is similar to the date when selecting sort by "Date Added"

在此输入图像描述

2. Update date

After installing an app update that date will change to the update date.

Purchase date:

在此输入图像描述

Update date:

在此输入图像描述

3. Manual installed apps

For any manual installed app, I always get the same (default) date displayed here: 在此输入图像描述

Note: "31.12.03" is just the german format for "12/31/03" (at this point I did change my timezone to a US timezone, otherwise it showed the "01.01.04").


Sources:
http://forums.imore.com/itunes/312808-sort-date-now-includes-updates.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM