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
2 answers

iOS Send File to Review Application-Loader (Apple Watch)

Can I send the apple watch apps For Review RightNow if Yes which file for review will be sent (Application-Loader) because we have a many file in Products Folder
0
votes
1 answer

pfquery in today extension

I'm trying to query in a todayViewController, however whenever I run this extension it asks me to set the client ID (where I did in the app delegate.m). Then I added the extension as a target membership of the AppDelegate.m. However, the…
xpeng
  • 23
  • 4
0
votes
2 answers

Need help on Action Extensions iOS8

I need help on Action Extension, extension feature in iOS8. I am able to create a Action Extension target in my application and is able to see the extension in different Apps say Notes, Photos. Now, i am not able to call the appdelegate and other…
Arun Gupta
  • 2,628
  • 1
  • 20
  • 37
0
votes
2 answers

Get string from Parse.com iOS 8 Today Widget

I would like to retrieve a string from Parse.com in my notification centre widget. I have this code Parse.setApplicationId("appId", clientKey: "clientKey") in the widget's viewDidLoad but there is an error. The error says: Use of unresolved…
Tom Coomer
  • 6,227
  • 12
  • 45
  • 82
0
votes
0 answers

Today Extension Widget Using stopwatch Functionality

**How to update the value dynamically of the today extension widget.I am using stopwatch in the containing application. The value is refreshed when i swipe the screen left and right of widget or on up and down the screen. I want is change…
0
votes
1 answer

iOS Keyboard extension

I can't select the keyboard extension I added.Namely, I added my custom keyboard application extension target.I then build and run the target with an application and went to Settings > General > Keyboard > Keyboards -> Add New Keyboard and added…
user103412
  • 25
  • 4
0
votes
2 answers

Is it possible to enable a custom keyboard in-app without a keyboard extension in iOS?

I've built a custom keyboard extension for iOS and I want the user to be able to try it out within the hosting app to see if they like it before buying. It should work out of the box without the need to add the keyboard in Settings. Is this…
0
votes
0 answers

Today Extension's Content is not displayed except a title on real iPhone machine

I'm developing an app with Today Extension. My app's name is on Today, but contents are not displayed below that. This phenomenon happens only I run from Application's scheme on real iPhone machine. Everything goes fine if I run from today…
0
votes
1 answer

Can't share data between app and today extension

I am developing to-do list app. In this app, i add the today extension. It is used to show the to-do list for today. This is the code for share data between app and today extension. For testing purpose i add the only one item in the…
Anbu Raj
  • 831
  • 2
  • 8
  • 25
0
votes
1 answer

ScrollsToTop is not working when UIVeiwController is presented from ios8 extension

ScrollsToTop is not working when UIVeiwController is presented from ios8 extension. But it is working if we presented it from inside the app. Can anyone help? sample code is shared here. UIScrollView * scrollview = [[UIScrollView…
ManojMarathayil
  • 712
  • 11
  • 28
0
votes
1 answer

How to get System Keyboard Shortcuts programmatically

I just developed an iOS 8 Custom Keyboard and my users are requesting to be able to import the Keyboard Shortcuts in System Settings. Settings -> General -> Keyboard -> Shortcuts I thought it was impossible because all apps run in sandbox and does…
Evan Chu
  • 2,190
  • 2
  • 20
  • 23
0
votes
2 answers

iOS swift custom keyboard no sound and delay

I´m testing the keyboard extension with new language swift on iOS, but I can´t play a sound for keyPressed event, and there is a delay, about 10 seconds when I click the key. This is my code: @IBAction func keyPressed(button: UIButton) { var…
jezuz
  • 413
  • 2
  • 5
  • 13
0
votes
3 answers

How to determine device orientation in Custom Keyboard

I am building a custom keyboard for iOS8. I want my keyboard to support portrait and landscape modes. How do I determine the device orientation? Getting device orientation doesn't currently work well in custom keyboards.
Bis
  • 713
  • 1
  • 5
  • 7
0
votes
1 answer

How to specify the supported UTI types for action extension target

I implemented the action extension feature in my ios app. It was working as i expected. But only one issue was there, in Xcode i do not know how to configure the UTI types for action extension target. I tried to adding some of the UTI types…
loganathan
  • 2,056
  • 2
  • 23
  • 34
0
votes
1 answer

iOS Sharing Extension/Widget On iPhone and Ipad

I am trying to write a today widget which will have the same user interface for both iPhone and iPad but I don't want to create the same widget's target twice for both project. How would I go about to share the widget on both iPhone and iPad…
Infinity
  • 3,695
  • 2
  • 27
  • 35