PhotonPeer::sendDebugOutput

KevinB
KevinB
edited July 2013 in Native
Hi,

in the iOS SDK. does PhotonPeer::sendDebugOutput work in release environment? I manually call sendDebugOutput in debug and release build, and only works in debug build.

what preprocessor macro does it rely on? Thanks.

K

Comments

  • It only works in debug builds and relies on EG_DEBUGGER beeing activated when building the lib, not just the app.