简体   繁体   English

如何检查适用于iOS的AWS开发工具包SDK的版本?

[英]How do I check the version of the AWS SDK for iOS framework?

I don't see it in any of the header files within AWSiOSSDK.framework . 我没有在AWSiOSSDK.framework的任何头文件中看到它。 I'm looking for the version format used here (eg. Version 1.4.4): 我正在寻找此处使用的版本格式(例如1.4.4版):

http://aws.amazon.com/releasenotes/iOS http://aws.amazon.com/releasenotes/iOS

This topic has been covered in a recent blog post, see Getting Metadata about the AWS Mobile SDKs : 最近的博客文章中涉及了该主题,请参阅获取有关AWS Mobile SDK的元数据

The AWS Mobile SDKs provide functionality to capture details about the environment in which the SDK is executing. AWS Mobile SDK提供了捕获有关SDK执行环境的详细信息的功能。 These details include SDK version, mobile platform, and platform locale. 这些详细信息包括SDK版本,移动平台和平台区域设置。 This information can be useful for diagnosing issues and to help understanding exactly what you are testing/running against. 此信息对于诊断问题和帮助准确了解要测试/运行的内容很有用。

Please check the post for details and examples, eg in order to to capture the metadata in the debug log of an application using the AWS SDK for iOS you apparently just need to include the following line of code: 请查看文章以获取详细信息和示例,例如,为了使用适用于iOSAWS开发工具包捕获应用程序的调试日志中的元数据,您显然只需要包括以下代码行:

NSLog( @"SDK Details: %@", [AmazonSDKUtil userAgentString] );

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何检查iOS的Google Analytics(分析)SDK版本? - How do I check the google analytics sdk version for iOS? 如何为较旧的 SDK 版本构建 iOS xamarin 应用程序? - How do I build an iOS xamarin app for an older SDK version? 如何将旧版iOS SDK复制到新版本的Xcode? - How do I copy an old version of the iOS SDK to a new version of Xcode? 如何检查用于编译 .ipa 或 .app 文件的 iOS SDK 版本 - How to check the iOS SDK version used to compile .ipa or .app file 我如何以编程方式检查安装的iOS版本是否为Beta版(非生产版) - How do i programmatically check if the version of iOS installed is a beta version (Non-production) 在AWS iOS SDK中,如何处理FORCE_CHANGE_PASSWORD用户状态 - In AWS iOS SDK, how do I handle FORCE_CHANGE_PASSWORD User Status Warning: New version of Google Maps SDK for iOS available - How do I update? - Warning: New version of Google Maps SDK for iOS available - How do I update? 使用 nativescript sidekick 构建我的 ios 应用程序时如何防止 SDK 版本问题 - How do i prevent SDK Version Issue when Using nativescript sidekick to build my ios app 原始 AWSCognito 框架不在最新的 AWS ios SDK - Original AWSCognito framework not in newest AWS ios SDK iOS协议和框架最低IOS版本检查 - IOS protocol and framework minimum IOS version check
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM