ios app extension - Recognize the Host App in an iOS8 Custom Keyboard -


How do I identify which host app is running my keyboard?

Actually, I want to change

It is not possible unless it is an app of your own, or you have some kind of support with the app running.

A custom keyboard and a running application can communicate with Darwin Notification. The running application needs to broadcast the Darwin Notification, and the keyboard needs to pay attention to it. So if the developer is not already broadcasting it, then you can not identify it.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -