ios8-share-extension Questions

4

How to make log prints appear in Xcode's lldb debugger from extension?
Ki asked 4/11, 2015 at 14:12

2

I can get the status bar from UIApplication in normal app by [UIApplication sharedApplication].statusBarFrame But we cannot access UIApplication from Extension.Is there a way to find get the st...

5

I am a begginer in iOS app development and I would like to launch my app on copy link from another app. added shared extension on click it is displaying popup. But my requirement is it should not...
Boatload asked 1/8, 2018 at 6:9

5

I understand I can share data between my share extension and its containing app by enabling app groups and using NSUserDefaults (see Sharing data between an iOS 8 share extension and main app). Ho...
Hospitalet asked 1/11, 2014 at 22:27

1

Using Swift5.3.2, iOS13.0, My Share Extension is working for images and videos. However it does not work for PDFs. The problem is that my App is not visible in the list of Share-Apps for a PDF docu...

2

Solved

So I have made a hybrid application using react-native and I had no issues setting up share for android, but in iOS I am not able to make my application appear on the share list. I need Apple Music...
Colossians asked 18/4, 2021 at 10:37

6

Solved

I'm developing share extension for my app. Every thing is fine, but i'm facing one main problem, my app is not in the share menu while sharing from photos app. Below is the plist of my shared exte...
Blenheim asked 26/5, 2015 at 7:53

2

Something weird seems to start happening after upgrade to Xcode 12 and iOS 14. App use to show fine in share menu option before, but suddenly it is acting weirdly and only showing on second attempt...
Douglas asked 2/10, 2020 at 5:31

10

Solved

I want to create an Android Style share feature for my app. I created a share extension which gets called when you select pictures inside the stock photo app and press share. Now I want those pict...
Sabadell asked 16/12, 2014 at 14:2

1

I added share extension to my iOS app project on XCode. but when I choose one photo, and choose my extension to share it, the didSelectPost() function of my ShareViewController is never called! for...
Flounder asked 19/2, 2015 at 13:26

4

I want my extension support text, url, video and 10 images. I have configured plist as below: This work fine but I want my extension does not support image and video at the same time. I underst...
Grison asked 22/12, 2015 at 8:48

1

Solved

I need to do the following- I have another app in which i will export the users config(.txt) and contacts(.vcf) in a zip format. In the second app i have a share extension to get the exported zip...
Countermarch asked 19/7, 2017 at 15:26

3

Solved

I want my react-native app to be available for share from Whatsapp, Skype, Photos.. I tried using react-native-share-extension but it is only showing the extension in the Safari browser. How to im...

1

I'm currently working with share extension feature. here when I search lot, seems always using SLComposeServiceViewController to share the image with some text content to particular app. But I'm ...
Strathspey asked 17/7, 2018 at 13:20

5

Solved

I got this warning when I added share extension to my project and archiving it warning: skipping copy phase strip, binary is code signed: /Users/xxxx/xxx/xxxx/Build/xxxx/Build/Intermediates/Archiv...

1

Solved

I've searched around this title, but didn't find any appropriate information. I've found ways to make network request that sends it's result to containing app. However, I wanna get response directl...
Nathanielnathanil asked 22/2, 2018 at 10:40

7

Solved

This bug is fixed by WhatsApp team on 23rd May, 2016 (build no. 2.16.4). Unable to share NSString object using UIActivityViewController to WhatsApp. I tried to share using below code. But once co...
Peptic asked 13/4, 2016 at 16:5

2

Solved

What I want I'm trying to achieve the following user flow: User is browsing a webpage in iOS Safari. User selects some content (text and images) and waits for context menu to appear. User select...
Samualsamuel asked 27/5, 2017 at 15:47

2

I'm struggling to get my application to share a URL properly so that the "Open in Safari" and "Open in Chrome" activity items show up in the share sheet. I've tried sharing the URL a few different ...
Lumper asked 2/8, 2015 at 21:10

2

Solved

I want to change the title of post buttons in SLComposeServiceViewController. I managed to get the UIButton: NSArray* subviews =[self.navigationController.navigationBar subviews]; UIButton* postB...
Produce asked 12/2, 2015 at 14:21

4

Solved

I am working on Share Extension Here is code of info.plist file . this is working fine in Safari, But not in Chrome. <key>NSExtension</key> <dict> <key>NSExtensionAttri...
Holo asked 6/8, 2015 at 12:27

3

Solved

I am trying to create an iOS share extension to share contacts using the following code: let contactType = "public.vcard" override func viewDidLoad() { let items = extensionContext?.inputItems ...
Coition asked 14/12, 2015 at 4:57

1

I am trying to remove my own applications share extension from showing up in the share options. I can't find any documentation on this online. Any help would be appreciated. This is what I have s...
Unheard asked 1/4, 2016 at 10:19

1

I'm building an iOS Share extension. I need to grab some data from web pages so I'm using a JavaScript file to grab that data and send it back to the app to be used in the extension. I noticed th...
Fadein asked 18/2, 2016 at 1:26

2

Solved

I have developed a Share Extension and import Photos and Notes from Photos and Notes App. I want to limit the count of Photos which can be import to only 10 but for Photos i am able to select unli...
Waverly asked 28/8, 2015 at 6:57

© 2022 - 2025 — McMap. All rights reserved.