Questions tagged [share-extension]
198 questions
0
votes
1 answer
IOS UIActivityViewController, Can not exclude custom activityType
I made my own share extension and also my app sharing something with UIActivityViewController.
But it was not cool, my own share-extension shows up when I am sharing something.
So I want exclude my own share-extension, but it is not working.
I…

Hyesang Yu
- 26
- 5
-1
votes
1 answer
Adding share extension to the existing project. So the already existing project pod starts getting errors
When we add a share extension to the existing project. So the already existing project pods start getting errors because your code is in Swift 4 and the extension is in Swift 5.
When I add a pod in the extension target, an error occurs on the pod…

Umer
- 1
- 2
-2
votes
1 answer
Can I perform a task in Main iOS app from the app Extension?
I have an app extension for Sharing (Share Extension) and when a user selects my app to share an image, my app will send that image to a server.
The problem is that the server requires an authenticated identity (AWS Cognito) to send the object to…

alionthego
- 8,508
- 9
- 52
- 125