I am using custom SwiftUI view from main target for sharing document from ShareViewController of share extension. Using Navigation link and sharing the document after navigating through three views. document is uploaded without any problem, but I…
I have a Share-Extension from which I would like to redirect the user to the main app. This is what I tried:
let signInAction = UIAlertAction(title: "Anmelden", style: .default) { (alert) in
let myAppUrl = NSURL(string: "open://")!
…
I have successfully built an iOS app with a sharing extension.
On my phone connected to Xcode, both work flawlessly. However, when submitting the build to AppStoreConnect and distributing it via TestFlight, the share extension goes missing.
I have…
We currently are workiong on an share extension (xamarin ios) for mediafiles. Every thing working fine expecpt .mov files.
Every kind of attempt to load them in an stream or get any bit of the shared .mov files failed with an app crash.
Could anyone…
I am trying to open .pkPass file from wallet using share extension, but its not opening. Basically its returning data and I want URL. but If I try to open .pkpassfile data in PKAddPassesViewController its not open it says Attempt to present on …
How to share text-message, Links, Images, Audio Etc., one app to another App.
Like in Whats app for forward and like to share the content its shows
Suggestions
We will have list of items (Notes, skype, trello, linkedin etc...,).
How can I include…
I have an iOS app with a Share Extension.
The main class of the Share Extension inherits the SLComposeServiceViewController, and in the Storyboard, I have checked "Is initial view controller". However, I need another custom view to render with more…
I want to add the my app sharing feature in my App. Like The Action Sheet Toggle up with the all the social Media and other app in which i can share my app Url. I try to find the tutorial for that but i can't find the proper tutorial for that. this…
I have created an hybrid app where we upload files using ionic.
For iOS we created a share extension to upload the file and right now trying to pass credentials from ionic application to shared extension in iOS.
I used iOS keychain mechanism as it…
Is there a test way to prove I have access to a file?
I'm using
if ([[NSFileManager defaultManager] fileExistsAtPath:[url path]]){
long long fileSize = [[[NSFileManager defaultManager] attributesOfItemAtPath:url.absoluteString…
Is there a way to only use a subset of pods for a child target of an app (e.g. a share extension of my app)
I tried doing it this way:
platform :ios, '8.0'
inhibit_all_warnings!
I18n.enforce_available_locales = false
def all_pods
pod…
When I am sending a panorama image (made with default panorama mode of my iPhone) to my iOS Share extension, hasItemConformingToTypeIdentifier tells me that there is indeed an image sent, however loadItemForTypeIdentifier does not return anything.I…
My application was loads fine and once i have added share extension to app, its not loading initial view controller, Just showing blank screen? Any solutions?
Do we need to use same bundle id for both app and app extension? I beleive, same app group…
When writing an iOS extension for an app, is it possible to share the app's current Parse login session with the iOS extension?
iOS extensions are bundled with iOS apps but run in separate containers. So when the user logged in on the app, the…