ios - 什么是 iOS 7 中的 AppleBasebandManager 框架?

标签 ios objective-c iphone ios7

In iOS there are two kinds of frameworks: public frameworks and private frameworks. Public frameworks are allowed to be used in App Store apps. Private frameworks are intended to be used only by Apple's apps, and are more unstable against firmware changes, but many of the interesting features are in the private frameworks.

来自以下页面:

http://theiphonewiki.com/wiki//System/Library/Frameworks

在那个页面上,我还看到了一个叫做 AppleBasebandManager 框架的东西,但它只支持 iOS 7。 什么是 iOS 7 中的 AppleBasebandManager 框架

如果有人知道这件事,请提供详细信息。

最佳答案

由于这是一个未记录的私有(private)框架,我们无法确定它的作用是什么。从名称上看,我假设 Apple 使用它来管理“基带”操作。 Google search for ‘iPhone baseband’信息丰富:

A baseband processor is a device in a network interface that manages all the radio functions (all functions that require an antenna). This may not include Wi-Fi and/or Bluetooth.

Baseband processor, Wikipedia :

iPhone baseband is essentially the cellular modem firmware that is on your iPhone.

What is iPhone Baseband?, OS X Daily

所以我假设 AppleBasebandManager 是移动网络堆栈的接口(interface)。

关于ios - 什么是 iOS 7 中的 AppleBasebandManager 框架?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21523062/

相关文章:

ios - PFTableViewCell imageView 为 Nil(使用 Storyboard)

ios - 使用 JASidePanels 在 ViewController 之间发送数据

iphone - MKStoreKit 购买功能不执行任何操作

iphone - 无法将应用程序包转换为 NSData

javascript - javascript中的swift UIWebView "freeze"动画

ios - 延迟将 HTML 字符串加载到 UIWebView

objective-c - 修改 Objective-C block 中的参数

iphone - UIButton 导致 UITextField 字删除

iOS - 从 NSString 中获取数字的最佳方式! (地理坐标)

iphone - 更改 iphone sdk 中文本字段的占位符字体