testing - Can we test the signed apk android app from eclipse without installing from google play store? -


I have developed an Android application for app purchase and have also published on Google Play Store. But I want to test the app in the device without installing it from the Google play store. So, it is possible to test in-app purchases without installing it from Google Play Store.

If anyone has ideas. Please answer. Thanks in advance .. Google has written a guide on how to test in App Billing / Purchase (

)

You can manually install your app in your options by "allowing you to install from unknown sources" and are just opening the APK from the device, but the billing test is still available for Play Services Must go through.

There is another limit that you need to use a real device for testing, not an emulator, but perhaps there are ways to remove that restriction.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -