macOS 10.15 Submission Problem: CGEvent.TapCreate

The review of my application (developed witk kivy-1.11.1 and sdl2-2.0.10 that in installed with brew) received the following error:

"We also advise ensuring the Keystrokes modal is not presented to the user.
To resolve this issue, please confirm that you are using:

  • NSEvent.addLocalMonitor

rather than

  • CGEvent.TapCreate."

I guess the issue is due to SDL_MAC_NO_SANDBOX switch set to true.

  1. Is SDL_MAC_NO_SANDBOX by default true? If so, how can i disable? Is it changed in last version 2.0.12?

  2. Can there be another reason? Has anybody experienced the same issue?

Thanks.