Keyboard event on iOS

I’m using SDL 2.0.1 to write a program, but it seems not respond my Bluetooth keyboard in iOS, SDL_PoolEvent function filled event with NULL. The Android and Windows platforms using the same code and the keyboard event can be responsive, only except iOS. How can I solve it?