Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 879369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T11:55:14+00:00 2026-05-15T11:55:14+00:00

My android app is not in the app store yet. Is it possible to

  • 0

My android app is not in the app store yet.
Is it possible to send my app to someone, and they install it on their device.
Something like iphone AdHoc?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T11:55:15+00:00Added an answer on May 15, 2026 at 11:55 am

    You can email them your APK. Of course, there are several drawbacks to doing this.

    1. There is not any built in copy protection to lock an APK to a single device so a tester could redistribute your application without your consent. This is something that you will need to deal with even once you are using Market to distribute your application. If you select “Copy Protection On”, people will still be able to get at your APK as many people have rooted devices and all this option does is influence where the APK is installed. Google advises, “you may also implement your own copy protection scheme” and I think it’s prudent.

      Add the READ_PHONE_STATE permission to your manifest so you can retrieve the phone’s IMEI, send to your server, and determine if a user should be allowed to run your application.

      TelephonyManager telephonyManager = 
          (TelephonyManager)getSystemService(TELEPHONY_SERVICE);  
      
      String imei = telephonyManager.getDeviceId();
      
    2. Your testers will need to enable “Unknown sources” to allow install of non-Market applications.

    3. Assuming your tester uses Google as their email provider, it is important to note that the Android GMail application doesn’t handle APK attachments properly. While this might confuse the recipient of your email, there are easy work-arounds:

      • Tell them to use the Browser app to download your attachment through the web interface.
      • Have them download APKatcher first.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Get and Parse CSV file in android I would like to store
I'm using Eclipse to make an Android app. I've used it before and not
in my app the android default menu button is not visible? why? Any help?
Suppose I want to write an app for Android OS that is not going
How to give alert if the app is already installed in android,if not how
An Android/Iphone app will be accessing application data from the server. [Django-Python] How can
I have an Android app in which I use a HashMap to store container
We've got an android app and an iPhone app (same functionality) that use sqlite
The android app I am working on overrides the Application class to store lightweight
I'm going to port my app from Android to iPhone. My Android version uses

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.