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框架的版本?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)