UIFileSharingEnabled has no effect

守給你的承諾、 提交于 2019-12-29 06:25:16

问题


I've added UIFileSharingEnabled to the .plist. Per suggestions, I have:

  • removed the app and redeployed it several times
  • attempted to disconnect after redeploying

I have not been able to get the app visible in the File Sharing section in iTunes. On another app, this works flawlessly. The app where it doesn't work has a bit exotic internals (an easily portable game; as such, it has its own mainloop, it doesn't have a main nib, ...). The app where it does work is pretty much standard deal. Also, testing was done on two different devices: it worked on iPod Touch 4 with iOS 4.2.1, but it didn't work on iPhone 3GS with iOS 4.2.1.

Since it's a bit difficult to isolate the problem (and I could probably spend several MORE hours isolating it), is there any other known requirement to get file sharing to work?


回答1:


CFBundleDisplayName is additionally required in the .plist. Why Apple elected to require this, I have no idea.



来源:https://stackoverflow.com/questions/4546334/uifilesharingenabled-has-no-effect

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