We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24ffc37 + a51f2cd commit 2036d19Copy full SHA for 2036d19
Sources/SignHereLibrary/Services/iTunesConnectService.swift
@@ -268,8 +268,7 @@ internal class iTunesConnectServiceImp: iTunesConnectService {
268
do {
269
let listBundleIDsResponse: ListBundleIDsResponse = try createITCApiJSONDecoder().decode(ListBundleIDsResponse.self, from: data)
270
guard let bundleIdITCId: String = listBundleIDsResponse.data.compactMap({ bundleData in
271
- guard bundleData.attributes.identifier == bundleIdentifier,
272
- bundleData.attributes.platform == platform
+ guard bundleData.attributes.identifier == bundleIdentifier
273
else {
274
return nil
275
}
0 commit comments