Sample implementation for iOS Custom Keyboard Extension with Mozc (Google Japanese Input)
See also https://github.com/kishikawakatsumi/Mozc-for-iOS
Mac OS X 10.9+
Xcode 6.0+
iOS SDK 8.0+
Python 2.7.5 (for build Mozc)
iPhone 6 Plus, iOS 8.0.2
iPhone 4S, iOS 8.0.2
$ git clone git@github.com:kishikawakatsumi/JapaneseKeyboardKit.git --recursive
$ cd JapaneseKeyboardKit
$ cd Mozc-for-iOS/src
$ python build_mozc.py gyp
$ python build_mozc_ios.py
$ cd ../..
$ open JapaneseKeyboardKit.xcodeproj
Mozc works on a device only, does not work on the simulator.
JapaneseKeyboardKit is available under the Apache license. See the LICENSE file for more info.