HID: The 'Passive' connection '<appName>' access to protected services is denied.

Does anyone know what this error in red below is caused by?

This is running in the iOS 7.1 (Apple) simulator

Thx

Dewey

 

 

May 13 13:45:15 dg-mbp15.local locationd[32470] <Error>: Client ‘/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/CoreServices/SpringBoard.app/SpringBoard’ is attempting to masquerade as uninstalled app with effective bundle identifier ‘com.apple.reminders’

May 13 13:45:15 dg-mbp15.local SimulatorBridge[32466] <Warning>: Application launched after 0.00 seconds.

May 13 13:45:15 dg-mbp15.local SpringBoard[32477] <Warning>: No conforming principal class found in NSBundle </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/BulletinBoardPlugins/SMSBBPlugin.bundle> (loaded)

May 13 13:45:16 dg-mbp15.local SpringBoard[32477] <Notice>: 2014-05-13 13:45:16.198|32477|0xe13fab0: Region monitoring not available or enabled. Trigger ignored!

May 13 13:45:16 dg-mbp15.local backboardd[32467] <Error>: HID: The ‘Passive’ connection ‘<appName>’ access to protected services is denied.

May 13 13:45:16 dg-mbp15.local <appName>[32491] <Warning>: Platform: iPhone Simulator / x86_64 / 7.1 / Apple Software Renderer / OpenGL ES 2.0 APPLE-9.4.3

Have you tried to google it?  Google what the “backboardd” app is?  Maybe the Apple dev forums could have an answer.

Rob

I am experiencing the sample problem in Corona Enterprise in iOS 7.1 with emulator and iPad.

 

backboardd[29] <Error>:HID: The ‘Passive’ connection ‘myApp’ access to protected services is denied.

backboardd[29] <Error>:HID: The ‘Rate Controlled’ connection ‘myApp’ access to protected services is denied.

 

backboardd is an iOS process.

 

I could not find solutions searching on the web, only people with similar problems:

https://discussions.apple.com/message/25800064#25800064

http://support.hockeyapp.net/discussions/problems/20620-unceremonious-splash-crash-with-app

https://groups.google.com/forum/#!topic/cocoaasyncsocket/GzD4VqOJ-oo

http://forum.triggertrap.com/discussion/433/problem-with-ios-7-1-iphone4

http://stackoverflow.com/questions/22682268/ios-black-screen-with-the-passive-connection-app-access-to-protected-service

 

If anybody has suggestions on what to try, please let us know.

 

Jorge

Is this causing an issue with your app running or are you just seeing this error in the logs?

I was seeing it yesterday with a Corona SDK built app.  Of course I was doing something that I may not have had access too, but the error didn’t seem to be coming from my app.

It may not be anything to worry about.

Rob

I am getting an error with the app I am running (I using a multiplayer plug-in, but as soon as it loads, it freezes my app)

This error could be unrelated, but since the error is about “denying access” I wonder if it is not allowing me to connect to the service and that’s why I get a freeze.

I only see 2 errors in my logs, this one and “awdd[568] <Error>: CoreLocation: CLClient is deprecated. Will be obsolete soon.”

So, I am trying to correct both to see if this fixes my problem. But as you say, it could be just an unrelated warning.

Have you tried to google it?  Google what the “backboardd” app is?  Maybe the Apple dev forums could have an answer.

Rob

I am experiencing the sample problem in Corona Enterprise in iOS 7.1 with emulator and iPad.

 

backboardd[29] <Error>:HID: The ‘Passive’ connection ‘myApp’ access to protected services is denied.

backboardd[29] <Error>:HID: The ‘Rate Controlled’ connection ‘myApp’ access to protected services is denied.

 

backboardd is an iOS process.

 

I could not find solutions searching on the web, only people with similar problems:

https://discussions.apple.com/message/25800064#25800064

http://support.hockeyapp.net/discussions/problems/20620-unceremonious-splash-crash-with-app

https://groups.google.com/forum/#!topic/cocoaasyncsocket/GzD4VqOJ-oo

http://forum.triggertrap.com/discussion/433/problem-with-ios-7-1-iphone4

http://stackoverflow.com/questions/22682268/ios-black-screen-with-the-passive-connection-app-access-to-protected-service

 

If anybody has suggestions on what to try, please let us know.

 

Jorge

Is this causing an issue with your app running or are you just seeing this error in the logs?

I was seeing it yesterday with a Corona SDK built app.  Of course I was doing something that I may not have had access too, but the error didn’t seem to be coming from my app.

It may not be anything to worry about.

Rob

I am getting an error with the app I am running (I using a multiplayer plug-in, but as soon as it loads, it freezes my app)

This error could be unrelated, but since the error is about “denying access” I wonder if it is not allowing me to connect to the service and that’s why I get a freeze.

I only see 2 errors in my logs, this one and “awdd[568] <Error>: CoreLocation: CLClient is deprecated. Will be obsolete soon.”

So, I am trying to correct both to see if this fixes my problem. But as you say, it could be just an unrelated warning.

Did anything come of this? I’m getting this error too now:

backboardd[31] <Error>: HID: The ‘Rate Controlled’ connection ‘<APPNAME>’ access to protected services is denied.

Hmmm, looks like I was only getting this after trying to write to a non existent variable - a symptom rather than the cause.

This error is what’s known as a “Red Herring”.  It’s a clue that’s misleading.   This comes from the Apple Reachability service, which is compiled into Corona SDK.  Apple changed something in iOS 7 and every platform is having this issue.  A quick Google of:
 

<Error>:HID: The ‘Passive’ connection

returns dozens of hits from Unity and Codova to Pushwoosh.  If you watch the console log long enough you will see just about every running app throws that error at some point.

Since there seems to be “No harm;no foul” with this, I think you can safely ignore it.

Rob

Thanks Rob - great to hear.

Nathan.

Did anything come of this? I’m getting this error too now:

backboardd[31] <Error>: HID: The ‘Rate Controlled’ connection ‘<APPNAME>’ access to protected services is denied.

Hmmm, looks like I was only getting this after trying to write to a non existent variable - a symptom rather than the cause.

This error is what’s known as a “Red Herring”.  It’s a clue that’s misleading.   This comes from the Apple Reachability service, which is compiled into Corona SDK.  Apple changed something in iOS 7 and every platform is having this issue.  A quick Google of:
 

<Error>:HID: The ‘Passive’ connection

returns dozens of hits from Unity and Codova to Pushwoosh.  If you watch the console log long enough you will see just about every running app throws that error at some point.

Since there seems to be “No harm;no foul” with this, I think you can safely ignore it.

Rob

Thanks Rob - great to hear.

Nathan.

I encounter this error too. My app gets crashed after splash screen opens and pops this error in console log.

Please help

The HID isn’t a real error that affects your app.  There should be other messages that may indicate what’s going on.

Rob

I encounter this error too. My app gets crashed after splash screen opens and pops this error in console log.

Please help