Re: [Interest] [qt-iOS] API for Apps to Forbid Custom Keyboards

2014-12-04 Thread Samuel Gaist
On 4 déc. 2014, at 08:30, Till Oliver Knoll till.oliver.kn...@gmail.com wrote: Am 04.12.2014 um 07:40 schrieb Robert Iakobashvili corobe...@gmail.com: ... To disable custom keyboard in your app completely override the application:shouldAllowExtensionPointIdentifier:

Re: [Interest] [qt-iOS] API for Apps to Forbid Custom Keyboards

2014-12-04 Thread Till Oliver Knoll
Am 04.12.2014 um 08:41 schrieb Robert Iakobashvili corobe...@gmail.com: On Thu, Dec 4, 2014 at 9:30 AM, Till Oliver Knoll till.oliver.kn...@gmail.com wrote: Am 04.12.2014 um 07:40 schrieb Robert Iakobashvili corobe...@gmail.com: ... To disable custom keyboard in your app completely

[Interest] [qt-iOS] API for Apps to Forbid Custom Keyboards

2014-12-03 Thread Robert Iakobashvili
Hi, Apps may wish to allow/forbid certain extension point identifiers.in iOS-8. For example, from the link below: http://stackoverflow.com/questions/25911004/is-it-possible-for-an-app-to-disallow-custom-keyboard-in-ios-8 To disable custom keyboard in your app completely override the

Re: [Interest] [qt-iOS] API for Apps to Forbid Custom Keyboards

2014-12-03 Thread Till Oliver Knoll
Am 04.12.2014 um 07:40 schrieb Robert Iakobashvili corobe...@gmail.com: ... To disable custom keyboard in your app completely override the application:shouldAllowExtensionPointIdentifier: (BOOL)application:(UIApplication *)application shouldAllowExtensionPointIdentifier:(NSString