Questions tagged [ios8-extension]

Refers to the extensions added in iOS 8; may include Today extensions (widgets), Share extensions, Action extensions, photo editing extensions, custom keyboard extensions, document provider extensions. For Apple Watch extensions, use [watchkit].

Refers to the extensions added in iOS 8, which may include Today extensions (widgets), Share extensions, Action extensions, photo editing extensions, custom keyboard extensions, document provider extensions.

For more information, see Apple's Extensions documentation.

199 questions
1
vote
0 answers

could not access the file imported from iCloud pages

I am trying to build an app that imports files from other apps to my app using UIDocumentMenuViewController(in UIDocumentPickerModeImport mode). I could able to do successfully with apps like dropbox. When i try do the same with iCloud pages, file…
CyberInfo
  • 240
  • 2
  • 9
1
vote
3 answers

Custom GIF Keyboard in iOS8

I am creating Custom GIF Keyboard in iOS8 using app extension. I was created layout of my custom keyboard. I was implement LongPress Gesture for selecting GIF Image but its not work. so what can i do for this or any suggestion regarding to this? -…
mital solanki
  • 2,394
  • 1
  • 15
  • 24
1
vote
0 answers

iOS8 Facebook Extensions Not Accepting Video

UIActivityViewController will show the Facebook extension in iOS 8 if a video url is provided and Facebook SSO is authenticated, just like in iOS 7. In iOS 8 I click on the Facebook extension and the Facebook popover-like form shows with no video…
kev
  • 7,712
  • 11
  • 30
  • 41
1
vote
2 answers

iOS 8 third party keyboard identification

How can I tell which third party keyboard the user is using or switching to? I did not find any notification or API that I could use to check this info.
Gin
  • 1,763
  • 3
  • 12
  • 17
1
vote
1 answer

iOS 8 Extension

In iOS 8 is it possible to invoke extension menu from a button on website (i.e. using javascript) in safari ? I am able to invoke the extension menu from a password field in one of my iOS APP. Like in image…
sachingajraj
  • 103
  • 1
  • 5
1
vote
2 answers

iOS8 extension unable to use AFNetworking library

I am unable to use AFNetworking library in my app extension due to that was trying to access the UIApplication class methods. Does any one knows here any other better network library that does not access UIApplication class?. Please suggest.
loganathan
  • 2,056
  • 2
  • 23
  • 34
1
vote
3 answers

Detect rotation in UIInputViewController subclass. Keyboard extension

I have been developing custom keyboard extension and I need to update few constraints programatically after device rotates. I have been trying to detect user interface rotation in my UIInputViewController subclass but without success. These methods…
Guferos
  • 4,337
  • 5
  • 18
  • 25
1
vote
1 answer

iOS8 Custom Keyboard Settings.bundle does not show up

I added a Settings.bundle to the keyboard target. But when I add the keyboard in the settings, the Items from the Settings.bundle doesn't show up. I had it working once. But this was in Beta 4. -- best regards
zeiteisen
  • 7,078
  • 5
  • 50
  • 68
0
votes
1 answer

Unable to load Today Extension with table view

I really could need some help... I try to use a today extension to get some stuff and refresh a cell with data from a SOAP request. It works like a charm in simulator but on a actual device (iPhone 6 Plus) widget updates the cell and shortly…
RyuX51
  • 2,779
  • 3
  • 26
  • 33
0
votes
0 answers

iOS Share extension - Calling multiple request

I'm trying to call multiple request from the share extension. The request flow is follows 1. call request one - returns id 2. call request two using request one id 3. call request three using request two id To make this work, I only have to…
0
votes
0 answers

How to copy the selected HTML without modifying the format - iOS extension

Here is the scenario. For iOS share extension, the user selects the content in the safari and taps the share button. Safari screenshot What I need is, to get the selected html without any modification in its format. I can get the selected HTML by…
0
votes
1 answer

How to make an IOS 8 share extenison that will have deafult text

In my app there is text displayed in a label on screen. I have a share button when pressed brings the UIActivityViewController but when you press the share extensions ex: Twitter, you get the compose view with nothing inside of it. I want it that it…
0
votes
1 answer

How to make an iOS 8 share extension that will have default text

In my app there is text displayed in a label on screen. I have a share button when pressed brings the UIActivityViewController but when you press the share extensions ex: Twitter, you get the compose view with nothing inside of it. I want it that…
0
votes
0 answers

session invalidated with iOS 8 share extension

I have two targets in my workspace an iOS App (Bundle id: com.gotit.iphone.gotit, App Group: group.com.gotit.iphone.gotit) and an share extension (Bundle id: group.com.gotit.iphone.gotit.Got-it, App Group: group.com.gotit.iphone.gotit). I can use my…
Gautier
  • 47
  • 1
  • 13
0
votes
0 answers

Build Failed -- AppService.h file is not found

I have already written Share Extension for ios. I have setup new Project where i am using same share Extension. I copied and paste the entire code and directory. Do i need to include header in x-code. how to setup headers in that case. Now, When…
Hitu Bansal
  • 2,917
  • 10
  • 52
  • 87