You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to use new ADAL 2.6.0 and should migrate ADLogger.setLogCallBack. Could you deliver please an updated sample code version while your current sample uses still ADALiOS (1.2.9). Thanks and cheers!
The text was updated successfully, but these errors were encountered:
ADLogger.setLoggerCallback { (ADAL_LOG_LEVEL_INFO, message, containsPii) in
if let message = message {
// e.g. message when you are not logged in: ADAL 2.6.0 iOS Sim 11.2 [2018-02-14 10:24:03 - E8DFA296-XXXX-XXXX-XXXX-1DXXXXXXXX42] No cached preferred_network for authority
print("(Date().logString()) (type(of: self)).acquireToken - (message)")
}
}
Please support Swift by a new sample code version. This would be really nice!
Want to use new ADAL 2.6.0 and should migrate ADLogger.setLogCallBack. Could you deliver please an updated sample code version while your current sample uses still ADALiOS (1.2.9). Thanks and cheers!
The text was updated successfully, but these errors were encountered: