简体   繁体   English

从Google Play下载应用程序时存储客户数据

[英]Store Customer data when app is downloaded from google play

I have created an android App. 我创建了一个Android应用。 In which i want too things. 在那我也想要东西。

1) At the time of installing application, Customer should register with his name, email and phone number. 1)在安装应用程序时,客户应使用其姓名,电子邮件和电话号码进行注册。 and That information i want to store.. 和我要存储的信息。

So how can we store that Registration information 那么我们如何存储该注册信息

2)Is there any way to copy contacts(After seeking permission) of the phone while installing android app 2)安装Android应用程序时是否有任何方法可以复制手机的联系人(寻求许可后)

I don't think Google provides a software hook to allow you to do that when the app is installed. 我认为Google没有提供软件挂钩可让您在安装该应用程序时执行此操作。 A more standard way to accomplish that would be to detect a first time start up of the app and then collect the information . 一种更标准的实现方法是检测应用程序的首次启动,然后收集信息。

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

相关问题 从Google Play商店下载应用时,getInstallerPackageName()是否可能为null? - Is it possible that getInstallerPackageName() is null when app downloaded from Google Play Store? 从 Google Play 下载时应用程序崩溃 - App crashes when downloaded from Google Play 从Play商店下载的应用未加载Google Map - Google Map is not loaded for the app downloaded from the Play Store 使用 Android Studio Android 应用程序在设备上运行 Google plus 但从 Play 商店下载时不起作用 - Using Android Studio Android app Working Google plus on device but when downloaded from play store Not Work 从某些设备上的Google Play商店下载时发生错误ClassNotFoundException - Error ClassNotFoundException when downloaded from Google Play store on some devices 从 Play 商店下载应用程序时未加载同意书 - Consent form is not loading when App was downloaded from Play Store ClassNotFoundException:如果Android应用是从Play商店下载的 - ClassNotFoundException: if Android App downloaded from play store 从Play商店下载后,应用程序崩溃了吗? - App crashes after downloaded from Play Store? 从App Store或Google Play下载时,Android App无法正常工作 - ANR - Android App not working when downloaded via App Store or Google Play - ANR 用户从 Google Play 下载时应用崩溃 - App crash with user downloaded from Google Play
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM