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

Error: This version of LINE does not support this type of URL #12

Open
shivanraptor opened this issue Jun 9, 2015 · 1 comment
Open

Comments

@shivanraptor
Copy link

Using the following codes:

NSArray *appActivities = @[[[LINEActivity alloc] init]];
UIActivityViewController *avc = [[UIActivityViewController alloc] initWithActivityItems:@[anUIImage] applicationActivities:appActivities];
[self presentViewController:avc animated:YES completion:nil];

LINE icon is shown up in UIActivity. Once pressed, it forwards to LINE v5.1.2. Then the following error prompts in LINE:

Error: This version of LINE does not support this type of URL

Please advise. (using iOS 8.3, iPhone 5s)

@cwt100
Copy link

cwt100 commented Jan 21, 2016

Local document image file can't use NSURL to share.

Error: The selected files include some file types that cannot be shared.

Please advise. (using iOS 9.2, iPhone 6s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants