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 not have access to System Settings. However, this custom keyboard did achieve this.
https://itunes.apple.com/cn/app/bai-du-shu-ru-fa-zui-kuai/id916139408?mt=8
It has an option to import Keyboard Shortcuts next time when custom keyboard loads.
Anyone has any idea which API is this? Thanks.