iOS 8 Keyboard Extension Buttons Not Showing - ios

I have added the keyboard extension target to my iOS 8 app but the buttons are not appearing on my iPhone 5s. I have run the app and keyboard on the simulator and an iPod touch (all running iOS 8) and they work. It is only the phone that does not. I am using Xcode 6 beta and writing in Swift.
It is only the code that is automatically generated when adding the extension.
Any ideas?
Thanks.

Try updating to Xcode 6.0.1 Not the beta. Got released a few days ago from the app store.

Close all text editing apps before checking keyboard extension on device.

Related

applicationwillenterforeground is not called on iOS 11 Beta

I have an existing app that works on iOS 10 or before, where as some of the features are broken in iOS 11 Beta 8. When I analyzed and debugged, understand that appdelegate methods "applicationDidEnterBackground" and "applicationwillenterforeground" are not called when app is coming from background to foreground immediately after tapping home button.
Important note: You should be doing the things like Tapping on home button followed by Tapping on App icon in no longer than 1sec.
Using Xcode Version 9.0 beta 6 (9M214v), testing on iPhone 7 Simulator.
Please find the attached sample code along with recorded video.
https://www.dropbox.com/s/zba7go5d7wo6j1n/Test.zip?dl=0
Did anybody face this issue? Seems, a bug in iOS 11.

Swift playground is not installed

Ok so I installed the apple IOS 10 beta 10.0 on my ipad (Forth-gen) just for swift playground. But its not appearing on the home screen and its not appearing when I search for it. (I have searched playgrounds and swift playgrounds)
Swift Playgrounds is loaded on any iPad that can run iOS 10 except for the 4th Generation iPad.
This is most likely due to the 4th generation iPad being the only 32-bit iPad that iOS 10 will support.

MFMailComposer not Opening in iOS9 with XCode 7

I am using MFMailComposer in my iOS 8 application but after updating my Xcode to XCode 7 and iOS to iOS 9 it stopped working and automatically closed. I tried on iOS Simulator and real device also but having the same problem.
Is any has the solution for that?

Xcode not showing iOS 6 UI

I have an application build on Xcode 4.6 and iOS 6.1, but now apple requirement of submitting app must be published using Xcode 5.0. I set the deployment target to 6.1 in Xcode 5 and publish the app to app store.
I have a plan to shift completely to ios7 later but when I run app from Xcode 5 I am getting old UI but if i am downloading from store I am getting the ios7 UI which is not optimised and all loping very bad.
How to fix this issue?
Some UI elements are iOS version depended (no matter on what Xcode version your app was compiled). If you are using iOS 7 (on the simulator or on a real device) your UIAlertView for example will have the new iOS 7 UI. (Blurred white with blue writing)
I'm guessing that your iPhone has iOS 7 on it while you are trying to run your app from Xcode on iOS 6 simulator.
On a device running iOS 7, all of the system UI—such as alerts and
notifications—uses the iOS 7 appearance, even if your app is currently
using an earlier appearance.
iOS 7 UI Transition Guide
If you want to keep the legacy UI and still use Xcode 5 you can read this great tutorial.
I'd still advise against this, staying behind will stack more and more problems that you'll need to solve eventually.

UIButton doesn't get iOS 6 styling in compatibility mode in iOS 7

I am working on an app that has not yet been redesigned for iOS 7. There are a few new features being added that I want to deliver in an app update, but I want the app to run in iOS 6 "compatibility mode" on iOS 7. I have set the Base SDK to iOS 6.1. When I build and run everything looks fine in the iOS 6 Simulator. However, in the iOS 7 Simulator, all elements look iOS 6-ish with the exception of the UIButtons which are all borderless.
Is this expected behavior, or am I doing something wrong?
I tested this using a simple app with one button and one switch.
iOS 6 Simulator:
iOS 7 Simulator:
Notice how the switch remains iOS 6-like in iOS 7 but the button does not.
From my experience you need to work and submit the app using xCode 4.6 if you want to retain the iOS 6 UI. Testing is a little tedious in iOS 7 but you can do it but installing the ad hoc app on your iOS 7 device.
Update
as #rmaddy mentions in the comments, you can build directly from Xcode 4.6 to iOS 7. Use your iOS 7 device with xCode 5 before doing so.

Resources