YosiFZ
YosiFZ

Reputation: 7900

Change UIFileSharingEnabled from code

I want to change the UIFileSharingEnabled of my app programmatically ,the problem that it is set in the info plist and there is no way to change it programmatically.

i want to define it because i want only when the user want the UIFileSharingEnabled will work it will work

Upvotes: 3

Views: 511

Answers (1)

TheEye
TheEye

Reputation: 9346

I don't think you can change the UIFileSharingEnabled value programmatically.

Why do you think a user would not want to have it enabled? There are no disadvantages for him if it is on and he is not using it, are there?

Upvotes: 1

Related Questions