We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
UIActivity
Error: This version of LINE does not support this type of URL
Please advise. (using iOS 8.3, iPhone 5s)
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
Using the following codes:
LINE icon is shown up in
UIActivity
. Once pressed, it forwards to LINE v5.1.2. Then the following error prompts in LINE:Please advise. (using iOS 8.3, iPhone 5s)
The text was updated successfully, but these errors were encountered: