I have built a share extension in Swift 4 and I've been trying to get it to be able to accept images of all types. For some reason, it only seems to be accepting only screenshots when I try sharing from Photo Library. No other images end up…
Does anyone know if it is possible to access the title of a shared item in a share extension.
I know that it is possible to get title and some other attributes by JavaScript. The problem is I want to get the title of items shared from the YouTube…
The app uses CloudKit container to sync data to iCloud. I use Share Extension to load local file data to CloudKit container.
Now the process to load local file to app is following:
Open Share Extension in System File to choose a local file.
Load a…
I have one Entity called Item.
import Foundation
import CoreData
@objc(Item)
public class Item: NSManagedObject, Identifiable {
...
}
I want to call Item in Share Extension like:
import UIKit
import Social
import CoreServices
import…
My iOS app has a share-extension where users can also upload Attachments.
As those can be large, the upload is done using an URLSession with URLSessionConfiguration.background. After the upload is done, I'd like to show the user some kind of…
I had added share extension to upload file.
But i want to stop open share extension when user is not logged in application and show alert similar like Messenger application from facebook.
Facebook messenger app
How can i do this
Note : I know how to…
I am using this code in my app to share a URL to other apps using share extension.
NSArray *activityItems = @[adURL];
UIActivityViewController *activityViewControntroller = [[UIActivityViewController alloc] initWithActivityItems:activityItems…
I need to access a file from my main app in my share extension is that possible? The file is the "bundle" for distribution for a react native iOS app, something like
jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main"…
in my app i integrated share extension. and i am able to get url when i am sharing safari page. but when i go on amazon site or app. and when i am tapping on share option of any product my share extension is not showing.
Here is my…
if i close my extension with
[self.extensionContext cancelRequestWithError:error];
the error is not returned to the app via UIActivityViewController completion blocks activityError
[vc setCompletionWithItemsHandler:^(NSString *activityType, BOOL…
Hello i have implemented Share extension for my app in which picks images from gallery and send to a particular view. Now the problem is when i'm trying to save array of images(images picked from gallery)
func manageImages() {
let content =…
I Developed one Chat application in that, I have one ForwardViewController.I Want To Open ForwardViewController from ShareExtension click How can I do that if it is not possible then how can I Store that data into my database,
or Any other alternate…
I use iOS Share Extension to share content in my application, but when Facebook is not installed on the device or is turned off, it doesn't get on the list. I would like it to be always on the list, so as my app would send the user to the Facebook…
I am getting this AWSDomainError =-995 error when I upload image to S3.
Now I am solving this by adding the group in pod file in which case I have to unlock it.
Is there any configuration method to expose the property?