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

  • Home
  • SEARCH
  • 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

1) Our Android app will store data in a built-in SQLite DB. I see
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
I wanted to write an Android and/or an iPhone app that entails taking a
I'm building an Android app and I want to copy the text value of
I'm building a mobile web app targeting Android users. I need to know what
In my Android application, when I rotate the device (slide out the keyboard) then
I had a question related to whether or not (and how) I should store
I am looking into writing an Android app that has a database of approximately
I have been slowing learning and building my first android app. I'm VERY new

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.