Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ideviceinstaller doesn't archive application's container on iOS8. #13

Closed
sshurick opened this issue Oct 23, 2014 · 2 comments
Closed

ideviceinstaller doesn't archive application's container on iOS8. #13

sshurick opened this issue Oct 23, 2014 · 2 comments

Comments

@sshurick
Copy link

ideviceinstaller doesn't archive application's container with Documents/Library folders, like it did on iOS6 & iOS7. On iOS8 the archive contains application's bundle only.

console log contains the following related information:

Oct 23 18:05:26 ip34 syncdefaultsd[230] : (Note ) marked "com.me.keyvalueservice" topic as "ignored" on (null)
Oct 23 18:05:27 ip34 kernel[0] : flow_divert_token_set (0): Failed to get the key unit from the token: 22
Oct 23 18:05:27 ip34 lockdownd[26] : Could not set socket option SO_OPPORTUNISTIC: Invalid argument
Oct 23 18:05:28 ip34 syslog_relay[150] : syslog_relay found the ASL prompt. Starting...

@aburgh
Copy link

aburgh commented Oct 23, 2014

In iOS 8, Apple separated the apps from it's data. You can see this with AFC over House Arrest: before iOS 8, the .app package and the data folders were all visible, but on iOS 8 only the data is visible. I predict this is in preparation for multiple user accounts :-)

Did you compare the archive to what iTunes produces? I suspect it is affected similarly.

@FunkyM
Copy link
Member

FunkyM commented Feb 26, 2015

Apple knows why they changed this...
Confirming this behavior with iOS 8:

installd[40] <Notice>: ... Client specified archive type DocumentsOnly, but we only support ApplicationOnly; ignoring.

However, as we can't control the archive process in this regard I don't understand the purpose of this ticket and thus closing it. :)

@FunkyM FunkyM closed this as completed Feb 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants