axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
868 stars 195 forks source link

Impossible to retrieve the text from an UIEditbox #1796

Closed asnagni closed 5 months ago

asnagni commented 5 months ago

When you enter a text in an edibox or you try retrieve the text entered, and access error will generated. In case of trying to read/retrieve the Editbox text, it not be possible. We are running on iOS 17.4.1 and targeting a a minimum deployment iOS16

  1. Create a edit box
  2. Try to enter a text
  3. Try to read back the text you entered in the Editbox
  4. You should see this error:

-[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID. inputModality = Keyboard, inputOperation = , customInfoType = UIEmojiSearchOperations

rh101 commented 5 months ago

Out of curiosity, is this happening on only on iOS 17? There seems to be many reports of this same issue in applications unrelated to Axmol, such as what you can see in the posts on the Apple forums here.

aismann commented 5 months ago

@halx99 Can you plz add a tag like IOS? It seems to be an OS specific issue

asnagni commented 5 months ago

Probably but we need to investigate to make sure.

asnagni commented 5 months ago

Hi guys, My devices were automatically updated to iOS 17.4.1 and the issue disappeared . There the problem was on Apple end. This issue can be closed.

Thank you 
asnagni commented 5 months ago

The issue was on Apple end. Axmol code is fine 👍