Member Since 8 years ago
mzying2013 issue aws-amplify/aws-sdk-ios
If I run the app on a Mac (Designed for iPhone), I get the error errSecParam (-50).
At AWSIoTManager.m Line:363 Replace with:
AWSIoTManager.m Line:363
if (@available(iOS 14, )) { publicKeyRef = SecTrustCopyKey(trust); } else { publicKeyRef = SecTrustCopyPublicKey(trust); }
Please see my blog post for details: https://blog.mzying.com/index.php/archives/322
mzying2013 started realm/SwiftLint
mzying2013 started danielgindi/Charts
Support M1 mac (solved)
If I run the app on a Mac (Designed for iPhone), I get the error errSecParam (-50).
At
AWSIoTManager.m Line:363
Replace with:Please see my blog post for details: https://blog.mzying.com/index.php/archives/322