We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503e27f commit 9e1b2c3Copy full SHA for 9e1b2c3
AmplifyPlugins/Core/AWSPluginsCore/ServiceConfiguration/AmplifyAWSServiceConfiguration.swift
@@ -12,8 +12,6 @@ public class AmplifyAWSServiceConfiguration: AWSServiceConfiguration {
12
static let version = "1.23.2"
13
14
override public class func baseUserAgent() -> String! {
15
- //TODO: Retrieve this version from a centralized location:
16
- //https://github.com/aws-amplify/amplify-ios/issues/276
17
let platformInfo = AmplifyAWSServiceConfiguration.platformInformation()
18
let systemName = UIDevice.current.systemName.replacingOccurrences(of: " ", with: "-")
19
let systemVersion = UIDevice.current.systemVersion
0 commit comments