I used to be given an iOS legacy code. The tester can reproduce a wierd problem, the appliance reveals a Toast (Android) like message on the prime of the display which counts milliseconds, then disappears.
I used to be by no means capable of see this factor, solely within the movies recorded by the tester.
-
I used to be checking the code for all of the doable iOS libs for Android like Toast, however no luck.
-
I additionally checked all of the libraries one after the other, none of them can do such factor.
-
I additionally tried to easily seek for “ms” to seek out the label’s string, could not discover it.
-
I additionally tried to seek for “CFBundleDisplayName” and “CFBundleName” to catch the app’s title, which can be proven within the Toast like label, however discovered nothing.
That is getting very irritating, I am type of beginning to imagine this factor shouldn’t be coming from the app’s code however from some other place, like an accessibility function or a in-built iOS debug function, I do not know.
Here’s a screenshot from a recorded video with some details about the phenomenon:


