is accessibility inspector working in iOS sim9?

I am attempting to use the accessibility inspector with iOS simulator v9 but get no detailed info from the running application. Using cmd-7 shows no specific available target with my own test app or any of Apple's apps. Is it broke or is it me?

Replies

If this is an issue in the latest beta, please file a radar at http://bugreport.apple.com

could u please explain the process how we can archive these concept in accessibilty.In android they are using accessibilty service class in defaulT. BUT FOR IOS there is no accessibity build in service class ?

My VoiceoverTestApp(APP name )have to enable voice over and running in background .and I wants to read the text or detect the text or get the text in third party App like Skype ,Email,What APP & so on using swift (iOS iPhone)

APpname : VoiceoverTestApp

VoiceoverTestApp : enable voice over using swift

VoiceoverTestApp : switch to background State

After that ,when user open new app like Skype ,Email,What APP & so on (third party app).

How to know app name and get text of user typed text ;

e.g.: I have open the Skype and typed “hello Apple” .

How i can get text “hello Apple” (user typed text)

My VoiceoverTestApp(APP name )have to enable voice over and running in background .and I wants to read the text or detect the text or get the text in third party App like Skype ,Email,What APP & so on

USING SWIFT