Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS 应用程序可以与 iOS 中的内置库对话吗?有点像用“say”命令在 Mac 的终端上输入任何内容?
我正计划构建一个带有本地方向的应用程序,我希望我的应用程序本身能够导航用户。我可以制作一个可以与更多内置内容对话的应用程序吗?
是的,您可以将您的应用程序(即使在后台)用于定位和导航目的,当然您也可以播放声音给他们指路。
检查这个:http: //developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/ManagingYourApplicationsFlow/ManagingYourApplicationsFlow.html
http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction/Introduction.html
http://developer.apple.com/library/ios/#documentation/Audio/Conceptual/AudioSessionProgrammingGuide/Cookbook/Cookbook.html