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 days ago.
Improve this question
I need a software to register bunch of accounts in vk (social network) via iPhone or android. VK app asks about a Device ID. Is it UDID? Or something else? How I can change UDID to seem to vk like a different person. Or maybe someone knows better way to uniq device.
Or this stuff is better to do android emulator?
If someone want to help me, and create it for $, I'll be so appreciate.
I've read an info, that UDID is uniq and cannot be changed. But can apps see UDID when I install and open it. Or iPhone generate other ID.
Related
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.
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/
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
This is most likely going to get downvoted into oblivion but I seriously cannot find an answer and I don't know where to begin...
I have just finished developing a chess app but its purely offline, ie, you can only play with some one sitting right next to you.
I want to make this app online, as in, I can connect to my wifi, click match me with an opponent. And start a game with some else on my app?
i know Some will downvote this question But
Follow these links
1.Android multiplayer
2.Tick tak two multiplayer
3. Multiple player Andengine
4.How to make multi player
or check this
hope this will help you..
Start with Sockets and Client/Server models.
What you basically need is a way to build a data connection between your players. Lets say I am Player A and I open a chess-server-socket on my phone and want you to join it. Problem here would be, that I as a default user lack a way to tell you my nonstatic IP address to connect to. So I need you as a developer to provide a blackbox that does all this for us.
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 5 years ago.
Improve this question
Android has Mouse support and I wonder if I can control a "virtual mouse" via service/app. I did a lot of research but I do not think the sdk provides anything I can use for obvious security reasons.
I wonder if anyone could give me a hint how to achieve this with root permission.
If android phones can run a VNC server this should be possible too shouldn't it?
I want to send the movement of a computer mouse to the phone. A cursor should be shown like if you connect a bluetooth mouse.
Thank you
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
how to write some code on Android phone using java or some other language to connect a vpn account?
i know the it's a PPTP vpn that i'm going to connect,and i have account name and password. i also could set it right via my HTC Desire.
but,i really want to write some code in order to use it in my own apk file,so please anyone help me on this?
it's been two days and nobody answer my question? or just some kind of direction to follow?