Why are some files not correctly installed when installing via TestFlight?

戏子无情 提交于 2019-12-11 01:32:09

问题


I distribute my iOS apps to my client with TestFlight for beta-testing.

The problem is that we both experienced weird problems/behaviors with these apps when installing from TestFlight, which were fixed when uninstalling/reinstalling the apps (still from TestFlight).

I don't see anything in my code explaining why a uninstall/reinstall is required (no CoreData migrations, no change in file storage usage, or other things like this).

I'm quite confident that things will go better for end users that will upgrade their app via the App Store but :

  • I still wonder if other people met the same problem
  • and if I should be that confident about the fact that things will be fine when the end users will upgrade their app via the App Store.

EDIT : today, I've experienced that installing via TestFlight didn't update the new icon: the icon from the previous version was still being used => Confidence 1, TestFlight 0! :)


回答1:


I've seen some issues with TestFlight when pushing out updates. The fix seems to be to delete the app prior to updating.

I've had this happen on multiple apps that I have since published to the app store and have seen no corresponding issues when pushing out updates through the app store rather than through TestFlight.

My guess would be that there is a bit more "cleaning up" so to speak when apps are updating via the store that does not occur when updating via TF... TF/Ad-hoc installs seem to be more akin to a copy paste job rather than an update, if that makes sense.




回答2:


I think updating the version of your project in the main plist will fix this issue.



来源:https://stackoverflow.com/questions/8727616/why-are-some-files-not-correctly-installed-when-installing-via-testflight

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!