The devices I'm working with all running iOS 10. I'm pairing them via Bluetooth to a Zebra scanner that simply is doing the same thing as attaching a Bluetooth keyboard. In the google searches I've done usually when you are using a Bluetooth keyboard in iOS they usually come with a key that causes the on screen keyboard on the device to display. If you don't push that key there is no way to get the on screen keyboard to display unless you de-pair the devices or turn off Bluetooth. The Bluetooth keyboard disables the on screen keyboard for every app on the device.
I'm working on an enterprise app for iOS so I don't have to worry about app store restrictions but I'm looking for a way that I can programatically re-enable the on screen keyboard at least for my app.
*As a side note Assigning my entry using BecomeFirstResponder() does not resolve my problem. But that's the only suggestion I can find when I google this.
** The scanner I'm testing does have a button that is supposed to show the virtual keyboard on the iOS device but for some reason it's not working. I'm trying to work with their technical support.
*** I did find this but apparently it stopped working with iOS 8 and I'm working with iOS 10 I want to force keyboard on with bluetooth device
**** A solution using C# Xamarin would be preferential but anything Swift or worst case Objective C will help.