简体   繁体   English

iPhone和Android:是否有可能随时都有应用程序监听?

[英]iPhone and Android: Is it possible to have an app that listens at all times?

...and when listens at an specific sound it activates an action? ......当听到特定的声音时,它会激活一个动作? For example: An app that sends a Push Notification when an specific sound is listened in the environment. 例如:在环境中侦听特定声音时发送推送通知的应用程序。

That is not possible, and for good reasons: 这是不可能的,并且有充分的理由:

  • Security, one could write an app that snoops on people in the background 安全性,人们可以编写一个在后台窥探人的应用程序
  • Battery life 电池寿命

A friend of mine just created an iOS demo that runs in the background, listens to audio and sends messages via network to something else. 我的一个朋友刚刚创建了一个在后台运行的iOS演示,收听音频并通过网络发送消息到其他地方。

And this is indeed working very well. 这确实很有效。 As far as I know everything was built with official frameworks and without jailbreaking. 据我所知,一切都是用官方框架构建的,没有越狱。
Although I'm not sure if this app would be allowed in the app store, it uses background processing for audio apps, and I don't know if such a thing fits this category. 虽然我不确定这个应用程序是否会在应用程序商店中被允许,但它使用音频应用程序的后台处理,我不知道这样的东西是否适合这个类别。 I guess we'll try it soon. 我想我们很快就会试一试。

The snooping mentioned by Zoran can only happen if you hide the iOS device in their pocket because there will be a red status bar that tells you that something is recording in the background. Zoran提到的窥探只有在你将iOS设备隐藏在口袋中时才会发生,因为会有一个红色状态栏告诉你某些东西正在后台录制。

暂无
暂无

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

相关问题 iPhone:在我的应用程序的所有视图中都可以有一个“信息”按钮吗? - iPhone: Is it possible to have an 'info'-button in all views in my app? 是否可以让 Android 手机应用程序和 iPhone 应用程序共享位于服务器上的通用设置数据库? - Is it possible to have an Android Phone app and a iPhone app share a common settings database located on a server? iPhone是否可以将主屏幕的应用程序名称缩写为? - iPhone is it possible to have a shortened version of the app name for the home screen? android,iphone和webapp是否可以有一个平台/后端 - Is it possible to have a single platform/back end for an android,iphone and webapp 如何通过Windows应用程序对iPhone事件进行广告播放? 这有可能吗? - How to ad iphone event from windows app? Is this possible at all? 安装iphone应用程序的次数 - Number of times a iphone app installed 是否可以使用PhoneGap或Appcelerator创建基于php的iphone / android应用程序? - Is it possible to create a php based iphone/android app with PhoneGap or Appcelerator? iPhone / Android应用程序可以在通话过程中使用麦克风吗? - Can an iPhone/Android app have access to microphone during phone calls? 是否可以使用全新的源代码更新Android或iPhone应用程序? - Is it possible to update an Android or iPhone app with a completely new source code? 是否可以将Android WebView掩盖为iPhone的“ App Mode”野生动物园浏览器? - Is it possible to mask an Android WebView as an iPhone “App Mode” safari browser?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM