We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see a number of logs such as:
[AppCenter] VERBOSE: +[MSACKeychainUtil stringForKey:withServiceName:statusCode:]/81 Retrieved a string with key='kMSEncryptionKeyTagAlternate', service='com.censored.appname.AppCenter' from keychain. [AppCenter] VERBOSE: +[MSACKeychainUtil stringForKey:withServiceName:statusCode:]/81 Retrieved a string with key='kMSEncryptionKeyTagAlternate', service='com.censored.appname.AppCenter' from keychain. [AppCenter] VERBOSE: +[MSACKeychainUtil stringForKey:withServiceName:statusCode:]/81 Retrieved a string with key='kMSEncryptionKeyTagAlternate', service='com.censored.appname.AppCenter' from keychain. [AppCenter] VERBOSE: -[MSACLogDBStorage loadLogsWithGroupId:limit:excludedTargetKeys:completionHandler:]/220 Load log(s) with id(s) '32','33','34' as batch Id:E3252D2C-A419-4244-8000-0F644AADD7A5 [AppCenter] DEBUG: -[MSACChannelUnitDefault sendLogContainer:]/190 Sending 1/3 log, group Id: Analytics/one, batch Id: E3252D2C-A419-4244-8000-0F644AADD7A5, session Id: (null), payload: { "ver" : "3.0", "name" : "MapLoad", "time" : "2022-07-15T19:34:10.474Z", "iKey" : "o:b86c1ca0082d43eea915170a73029dfa", "flags" : 1, "ext" : { "app" : { "id" : "I:com.censored.appname", "ver" : "0.0.9", "locale" : "en" }, "sdk" : { "libVer" : "appcenter.ios-4.2.0", "seq" : 1, "epoch" : "6B300FF7-4B72-453F-85C8-5C8648047F31", "installId" : "270FAABE-2749-4DCA-9D05-4DD8398D0AAF" }, "os" : { "ver" : "Version 15.5 (Build 19F77)", "name" : "iOS" }, "protocol" : { "devMake" : "Apple", "devModel" : "iPhone14,2" }, "loc" : { "tz" : "-05:00" }, "user" : { "locale" : "en-US" } }, "data" : { "LogInfo" : { "Priority" : "INFO", "Severity" : "4", "Tag" : "AzureMap" }, "DeviceInfo" : { "OsName" : "iOS", "OsRelease" : "Version 15.5 (Build 19F77)", "FriendlyModel" : "iPhone 13 Pro", "Model" : "iPhone14,2", "Make" : "Apple", "Emulated" : false }, "AppInfo" : { "VersionCode" : "12", "Package" : "com.censored.appname", "VersionName" : "0.0.9", "Fingerprint" : "", "Debug" : "true" }, "SdkInfo" : { "Version" : "0.1.0-dev", "Debug" : "true" }, "SessionInfo" : { "Id" : "2F76F3A4-89B2-49A0-81F5-06E8CE1E8E9A" } } }
I suppose this also means the package is logging usage telemetry to AppCenter, which is something I'd like to be able to opt out of.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see a number of logs such as:
I suppose this also means the package is logging usage telemetry to AppCenter, which is something I'd like to be able to opt out of.
The text was updated successfully, but these errors were encountered: