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
0
votes
1 answer

NSExtension activation rule not working

I am building an iOS8 action extension and I am using NSExtensionActivationSupportsWebURLWithMaxCount set to 1 The problem is, the extension does not show up in Safari share menu unless I go to the extension menu and turn my extension on (using the…
0
votes
1 answer

iOS8 Photo Extension says Unable to save changes

I am trying to create an iOS Photo Extension which compresses images, and this is finishContentEditingWithCompletionHandler function: func finishContentEditingWithCompletionHandler(completionHandler: ((PHContentEditingOutput!) -> Void)!) { …
Maysam
  • 7,246
  • 13
  • 68
  • 106
0
votes
0 answers

Share Facebook session between main target and app (share) extension

I'm trying to develop a share extension that uses Facebook SDK to post status updates to user's wall. The problem: user is already logged in on the main app but when I run the share extension target, Facebook access token becomes nil (not…
0
votes
1 answer

Today Extension iOS

I am developing today extension.I am displaying tableview cell within my extension.It is working very well. But the problem is that, i have also given swipe to delete functionalaity in UITableViewcell, but this is not working. does swipe feature…
yadav
  • 103
  • 1
  • 8
0
votes
1 answer

Access & send iMessage through watchkit extension?

I want to access iMessage and send message to another user via that but using iMessage ? I have googled it but could not find any thing ? Is it possible and if yes how can I do that ? -Thanks in advance. Aakil
Aakil Ladhani
  • 984
  • 9
  • 32
0
votes
2 answers

Photo extension storyboard with Autolayout error

Recently i am writing an photo extension for my app. However, i find the extension's storyboard cannot figure out the frame for each view with AutoLayout correctly. For example I set this in the storyboard: However when i run the simulator it…
duan
  • 8,515
  • 3
  • 48
  • 70
0
votes
0 answers

iOS Extension does not display image in UIImageView

I found this good link how to get selected images. I am trying to set image that I get from extension context to image view that I placed in storyboard. this my print out code po self.theImageView:
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
0
votes
0 answers

iOS share extension NSUserDefaults issue with stored auth token

I use RestKit as a library that handle all my request. So I use base authorization and keep my token in user default. Here is a good example how to get data from app NSUserDefault and use it in my share extension. So I made this: NSUserDefaults…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
0
votes
1 answer

Request data from backend to show it in extension UI

I have a class with needed requests that I use for my app. So let's say that I need movies list from server: [[MyApiClass sharedInstance] getMovies]; So it return for me JSON with movies. How can I get this list, for my share extension? The problem…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
0
votes
0 answers

iOS 8 consuming Action app extensions

Well we have an iOS app that enables document browsing and viewing for a proprietary DMS. We are now trying to enable document editing from the app by trying to open Office documents with the official Office apps for iOS (word, Excel etc). Drop-box…
r_honey
  • 883
  • 4
  • 15
  • 31
0
votes
1 answer

how to hide my iOS 8 keyboard extension in certain app from keyboard popup list when global key is clicked

I an writing a keyboard extension for iOS8. There is bug in 2 apps and I want to hide my iOS 8 keyboard extension keyboard popup list of the 2 app when user click the global key. I saw some third keyboard can do this.
0
votes
1 answer

Is it possible to create an iOS 8 sharing extension that opens the website in its app?

I'm building an app, and I was curious if there's a way to open the app when you're on the website through the iOS Safari extension. So, if I'm on a post I'd tap the app icon in the share sheet and I'd pass that to the app to load the post in the…
0
votes
1 answer

iOS Today Widget - Determine if active

Can the container app determine if embedded today widget is active or not ? (active = the user add the widget in notification center) There is a way to force activate the embedded today widget ? When user first install the app or update it, can the…
Tsahi Deri
  • 571
  • 1
  • 3
  • 14
0
votes
1 answer

iOS8 Custom Keyboard with XIB file does not scroll up the UIWebview

I have a custom keyboard extension in my app that loads with a XIB file. The keyboard has several buttons and all of them are grouped into an array. When I tap into a text field on the web view, the custom keyboard appears from the bottom, but the…
STAR3777
  • 1
  • 2
0
votes
2 answers

iOS Replace the default Keyboard with a shorter Keyboard

How can I get the default keyboard to be shorter like the keyboard on the right? The standard keyboard is the left, how do I get it to have the height of the one on the right?
etayluz
  • 15,920
  • 23
  • 106
  • 151