ios - App rejected : When file sharing is enabled, the entire Documents folder is used for file sharing -



ios - App rejected : When file sharing is enabled, the entire Documents folder is used for file sharing -

i have enabled uifilesharingenabled in application plist file. possible show particular files. show pdf files.

problem

recently application rejected due below reason

[nskeyedarchiver archiverootobject:patharray tofile:[self itemarchivepath]];

when file sharing enabled, entire documents folder used file sharing. files not intended user access via file sharing feature should stored in part of application's bundle. if application not require file sharing feature, uifilesharingenabled key in info.plist should not set true.

this issue comes when utilize facebook sdk.

- (void)applicationdidbecomeactive:(uiapplication *)application { [fbsettings setdefaultappid:facebook_app_id]; [fbappevents activateapp]; }

note : observe facebook sdk generating 1 json file. there way not show file?

ios objective-c

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -