简体   繁体   English

我可以检查后台运行的应用程序是否反应原生

[英]Can i check background running apps react native

I am developing a app in react native.我正在用 React Native 开发一个应用程序。 While the app start any financial transaction it should scan if other application are running in the background or not both in iOS and Android platform?当应用程序开始任何金融交易时,它应该扫描其他应用程序是否在后台运行或不在 iOS 和 Android 平台上运行?

I know it's been a year, but: Detect when other Application is launched in React Native app我知道已经一年了,但是: 检测何时在 React Native 应用程序中启动了其他应用程序

Due to security concerns, apps are "sandboxed".出于安全考虑,应用程序被“沙盒化”。 You can't tell what other apps are running on the device.您无法判断设备上正在运行哪些其他应用程序。

You can however see what apps are INSTALLED on the device, and you can do things like deep-linking to open other apps on the device.但是,您可以查看设备上安装了哪些应用程序,并且可以执行深层链接等操作以打开设备上的其他应用程序。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM