-1

Can a custom keyboard app extension detect a specific user’s identity based on settings/credentials/identification mechanism in the companion app or otherwise? By "identifying a specific user", I mean in the context of my own application/service/brand, not personal/phone data on their device.

Or is it always a static keyboard, always unable to determine the user/phone using it?

jscs
  • 63,694
  • 13
  • 151
  • 195
barfoon
  • 27,481
  • 26
  • 92
  • 138

2 Answers2

1

I think you should be able to. In your companion app, put whatever identifier you want in the NSUserDefaults, and let the keyboard pick that stuff up in its viewDidLoad of its UIInputViewController subclass.

Let me know if that works.

Rikkles
  • 3,372
  • 1
  • 18
  • 24
-1

No; this is prohibited by Apple.

John Topley
  • 113,588
  • 46
  • 195
  • 237