如何检查应用程序是第一次安装还是第二次安装

how to check whether app installed first time or installing second time

我们如何识别该应用程序是否已随设备安装。就像如果用户安装了该应用程序以及他卸载该应用程序并再次安装它的时间。我们可以识别设备之前安装了这个应用程序吗?

你可以使用这个包

https://github.com/react-native-device-info/react-native-device-info

您可以通过

识别设备唯一ID

import { getUniqueId } from 'react-native-device-info';

为了扑朔迷离,我找到了这个库

https://pub.dev/packages/device_info

然后您可以将此 ID 保存在您的数据库中,您可以查询相同的 ID 以了解之前是否安装过该应用程序