如何检查AWS SDK for iOS框架的版本?

如何检查AWS SDK for iOS框架的版本?,第1张

概述我没有在AWSiOSSDK.framework中的任何头文件中看到它.我正在寻找这里使用的版本格式(例如版本1.4.4): http://aws.amazon.com/releasenotes/iOS 最近的博文中已经介绍了这个主题,请参阅 Getting Metadata about the AWS Mobile SDKs: The AWS Mobile SDKs provide functio 我没有在AWSiOSSDK.framework中的任何头文件中看到它.我正在寻找这里使用的版本格式(例如版本1.4.4):

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

解决方法 最近的博文中已经介绍了这个主题,请参阅 Getting Metadata about the AWS Mobile SDKs:

The AWS Mobile SDKs provIDe functionality to capture details about the
environment in which the SDK is executing. These details include SDK
version,mobile platform,and platform locale. This information can be
useful for diagnosing issues and to help understanding exactly what
you are testing/running against.

请查看帖子了解详细信息和示例,例如为了使用AWS SDK for iOS捕获应用程序的调试日志中的元数据,您显然只需要包含以下代码行:

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

以上是内存溢出为你收集整理的如何检查AWS SDK for iOS框架的版本?全部内容,希望文章能够帮你解决如何检查AWS SDK for iOS框架的版本?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1036065.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存