Umesh Kacha
Umesh Kacha

Reputation: 13676

How to access third party Android app within my app if they are not providing API?

I am developing an Android app which needs to call other third party Android app and they are not providing any API/REST calls to get info like getting price of particular product/service etc.

Is it possible to get info of what third party app is selling if they are not providing APIs? I am new to Android.

Upvotes: 0

Views: 370

Answers (1)

Bryan Herbst
Bryan Herbst

Reputation: 67209

No.

If an application developer has not created a public API for you to use, then third-party applications cannot use that app to get data.

If you want support for getting information from a specific application, you should contact the developer of that application to explore your options.

Upvotes: 2

Related Questions