Android:Statistics Number of installed app [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to get statistics such as the number of the installed apps and the number of active installs in a day.
How can I get the unique information of each mobile device?
When I have this unique information I can save it in MySql db with php and show statistics.
thanks all,I mean unique information Like UUID of Android phone

Most of the data you're looking for is provided by the Google Play service. Once you upload your APK, you'll start getting statistics on your app.
If you need more granular data, look into 'Flurry'. It's free, easy to set up, and quite powerful.

You can use this framework to track app statistics across various platforms:
http://www.distimo.com/

Related

Flutter -How to make full chat app with all facilties with only with friends or people in contact [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I want to make a chat app in which all features of chat like messaging, sharing video, image, and emoji, etc. I found a lot of tutorials for that but no one says how to chat with only those you know or have in contacts to prevent unwanted disturbance to the users from others. How to make such an app with flutter?
One way is by reading all the contacts number form the phone and then check if that phone number is registered
One feature/method I can think of is using referral/invite. The person can only join the app only if he is invited and the invitation is approved by the admin. This way you can have control over who accesses your app.

How to restrict who can download my app in google play store? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I've developed an enterprise android app which targets specific set of users. Is there a way to restrict the app not to be downloadable by other persons.
Something like asking for a password before downloading the app, so that I can distribute the password to my specific app users.
You can use play store private channel feature which allows you to control which users or user groups can download the apps. Please have a read.
There is no way to restrict exactly download and install the app but nobody prevents you from asking for the password after the application starts.
To stay civilized, I would recommend to provide at least some useful functionality for all users as well, and do not forget to document in the description about the password.

How to make sure that an app gets installed for one device only in Android? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Hello I am trying to implement an feature in one of my app so that it can be installed only on one device i guess trying with Device ID is one method Or are there any other methods to do so.......
If you are putting this on the Play store, users can always download any paid software again, as long as any device is linked with the same Google account used to purchase the app. This is designed to stop people losing apps should they get a new device etc and paying for it multiple times.
After reading your comments I believe what you wish the app to do potentially breaks Google Play TOC's. That said, you have not really described what you want to do well enough.
You could require the user to register with an email address before using the app. Maintain a database of emails that have been used to register the app and if an email has already been used, block them.
Note that while this is technically a solution to the question you asked, setting a limit like this is just going to irritate your users and is more likely to cause sales to go down (the few who buy will leave negative reviews, causing others to not buy), not up.

Developing android apps [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to develop an android app which will be help a shop owner can input his daily sales expense, employee history, product setting and it show day to day or monthly profit. when he use this app no need to connect internet connectivity. data all are store in sd card but if he want in internet connectivity state he can save data in dropbox. So as like a financial app when I build this which program I need to know like java, xml ?? there are need any database program ??? I am a new Apps Developer.
You would need a good understanding of Android fundamentals, XML layouts and SQLite db. Android training is a great place to start. A good sample app to start with all the DB stuffs comes with the SDK installation. Path is: \samples\android-17\NotePad

Webconnex Ticket Details API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to develop an app like this. Is there an API for this?
http://ipclineapro.com/ticketscan/
The TicketScan app is made specifically for the Webconnex platform (i.e someone buys tickets on Webconnex). So it isn't intended for other platforms, which is why it only provides a ticket number.
We do not, as of yet, have an Android app. When we first created TicketScan it only supported the Linea Pro (iPod accessory, now also for iPhone), but we later added support for QRCodes for the camera.
If you are wanting to make an Android app that works with our platform, we do have an internal REST based service the app uses. This service isn't documented, and we don't intend to release it publicly in its current form, partly because it may be changed in the near future.
Currently we are working on a revamp of our platform, which will have a slew of API's available.
I recieved the reply to my mail from Webconnex. They said that there is no API open for us to use.

Categories

Resources