Giter VIP home page Giter VIP logo

android-market-api-php's Introduction

Hi 👋, I'm Vincent

An engineer and technologist with close to two decades of experience across top listed companies in Asia Pacific and US.

  • 🇦🇺 I’m currently in Sydney, Australia.
  • 🎓 I teach applied data science, no-code AI and generative AI at MIT and Texas University.
  • 📝 I regularly write articles on Medium.
  • ✨ I love cooking food, hiking, and travel.
  • 🌱 I’m currently learning quantum computing, rust, behavioural psychology.
  • 🔭 I give back by sponsoring other developers, and you can also sponsor me.
  • 💬 Ask me about artificial intelligence, SaSS, startups, leadership.
  • ☕ You are welcomed to buy me a coffee to show support.
  • 🍜 I would say that ramen and noodles are my kryptonite.

I love to build, contribute, collaborate and chat. Feel free to 📫 reach out to me.

By Me A Coffee X (formerly Twitter) Follow

Blogs posts

android-market-api-php's People

Contributors

dsoprea avatar koconder avatar lklimek avatar masihyeganeh avatar radavel avatar satcheluniverse avatar splitfeed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-market-api-php's Issues

How to get all Users reviews from App

I tried to get all users reviews on some app, but it always respond me reviews in user language. I would like to get all reviews in all languages, is there any way ? For exapmle in Session settings or CommentsRequest ?

HTTP request returned code 509

After retrieving some apps in buissnes category it shows this error....

Fatal error: Uncaught exception 'Exception' with message 'HTTP request returned code 509'
or this error
HTTP request returned code 400 in D:\xampp\htdocs\wordpress3.1.4\Market\MarketSession.php on line 211

Paid apps search with pname doesn't work

    ```
    $appsRequest = new AppsRequest();
    $appsRequest->setQuery("pname:$packageName");
    $appsRequest->setStartIndex(0);
    $appsRequest->setEntriesCount(10);
    $appsRequest->setWithExtendedInfo(false);

    $requestGroup = new Request_RequestGroup();
    $requestGroup->setAppsRequest($appsRequest);

    $response = $this->session->execute($requestGroup);

    foreach ($response->getResponsegroupArray() as $responseGroup) {
        $appsResponse = $responseGroup->getAppsResponse();

        foreach ($appsResponse->getAppArray() as $responseApp) {
            var_dump($responseApp);
        }
    }
    ```

If I use packageName of any free app — it founds it. If app is paid — it returns 0 results.

EntriesCount problem

Hi there, i managed to pull the data i needed from the store and all works fine. the only problem is setEntriesCount. I only can get 5 results per search, and if i change setEntriesCount for bigger than 5 it gaves me the 400 error ....
can you help me?

User-Agent String for latest Google Play Store

Hi,

What will be User-Agent String for latest Google Play Store in place of

//New Headers - Old Ones Commented Out for Refernce
"User-Agent: Android-Finsky/3.7.13 (api=3,versionCode=8013013,sdk=15,device=crespo,hardware=herring,product=soju)",
"Content-Type: application/x-www-form-urlencoded",
"Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7",

in MarketSession.php

cannot filter application id

hi, my problem is i cannot filter application id when using the $ar->setAppId($appId); using the ApsRequest Class, but when using the GetImageRequest i have no problem or issue getting the app id.

HTTP code 400 for examples

Hi,

I've made sure my account details are correct via local.php (and verified that getting them wrong results in a different error message). Whenever I try to load one of the examples, I get the following:

* Connected to android.clients.google.com (74.125.230.133) port 80 (#0)
> POST /market/api/ApiRequest HTTP/1.1
User-Agent: Android-Market/2 (sapphire PLAT-RC33); gzip
Host: android.clients.google.com
Accept: */*
Cookie: ANDROID=DQAAAKoAAADXzn3...
Content-Type: application/x-www-form-urlencoded
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Content-Length: 466

< HTTP/1.1 400 Bad Request
< Content-Type: text/html; charset=UTF-8
< Date: Tue, 18 Oct 2011 15:24:46 GMT
< Expires: Tue, 18 Oct 2011 15:24:46 GMT
< Cache-Control: private, max-age=0
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
< Transfer-Encoding: chunked
< 
* Connection #0 to host android.clients.google.com left intact
* Closing connection #0
PHP Fatal error:  Uncaught exception 'Exception' with message 'HTTP request returned code 400' in android-market-api-php/Market/MarketSession.php:212
Stack trace:
#0 android-market-api-php/Market/MarketSession.php(160): MarketSession->executeRawHttpQuery('??????DQAAAKoAA...')
#1 android-market-api-php/Market/MarketSession.php(147): MarketSession->executeProtobuf(Object(Request))
#2 android-market-api-php/examples/test_categories.php(15): MarketSession->execute(Object(Request_RequestGroup))
#3 {main}
thrown in android-market-api-php/Market/MarketSession.php on line 212

Have you seen this before?

Regards,
Oliver

Certain applications failing to retrieve general information.

The information we are getting back from $response->getResponsegroupArray() is incomplete and does not provide us with app data like the package name eg. com.king.candycrushsaga , the app name eg. Candy Crush Saga, and versions eg. 1053002, ect.

These are the applications in questions links.
https://play.google.com/store/apps/details?id=com.actsoft.awf.SEC_APP
https://play.google.com/store/apps/details?id=com.actsoft.mcomet.SEC_APP
https://play.google.com/store/apps/details?id=uk.co.moderngov.modgov.SEC_APP
https://play.google.com/store/apps/details?id=eu.techmobile.android.smartordertm.SEC_APP&hl=it

These are the different android_device_ids I have tried.
['360a558b6ca236f9', '36640f9e839bf0c1', '380bc798fb97f06f', '3FF946E0CF74FBCB', '308E1643AE072803']

This is the dump of the getResponsegroupArray() call.
2015-05-21 15:06:03 Debug: Array
(
[0] => Response_ResponseGroup Object
(
[unknown:Response_ResponseGroup:private] =>
[context
:Response_ResponseGroup:private] => ResponseContext Object
(
[_unknown:ResponseContext:private] => Array
(
[6-varint] => Array
(
[0] => 86400
)

                    )

                [result_:ResponseContext:private] => 0
                [unknown1_:ResponseContext:private] => 900
                [unknown2_:ResponseContext:private] => -1221268813
                [unknown3_:ResponseContext:private] => 1000
            )

        [appsResponse_:Response_ResponseGroup:private] => AppsResponse Object
            (
                [_unknown:AppsResponse:private] => 
                [app_:AppsResponse:private] => 
                [entriesCount_:AppsResponse:private] => 
            )

        [commentsResponse_:Response_ResponseGroup:private] => 
        [imageResponse_:Response_ResponseGroup:private] => 
        [categoriesResponse_:Response_ResponseGroup:private] => 
        [subCategoriesResponse_:Response_ResponseGroup:private] => 
    )

)

Where for other applications (Candy Crush Here) we get much more information like,
(
[0] => Response_ResponseGroup Object
(
[unknown:Response_ResponseGroup:private] =>
[context
:Response_ResponseGroup:private] => ResponseContext Object
(
[_unknown:ResponseContext:private] => Array
(
[6-varint] => Array
(
[0] => 86400
)

                    )

                [result_:ResponseContext:private] => 0
                [unknown1_:ResponseContext:private] => 900
                [unknown2_:ResponseContext:private] => 1673016350
                [unknown3_:ResponseContext:private] => 1000
            )

        [appsResponse_:Response_ResponseGroup:private] => AppsResponse Object
            (
                [_unknown:AppsResponse:private] => 
                [app_:AppsResponse:private] => Array
                    (
                        [0] => Application Object
                            (
                                [_unknown:Application:private] => 
                                [id_:Application:private] => v2:com.king.candycrushsaga:1:1053002
                                [title_:Application:private] => Candy Crush Saga
                                [appType_:Application:private] => 4
                                [creator_:Application:private] => King
                                [version_:Application:private] => 1.53.0.2
                                [price_:Application:private] => 
                                [rating_:Application:private] => 4.3292623
                                [ratingsCount_:Application:private] => 11892640
                                [extendedinfo_:Application:private] => App_ExtendedInfo Object
                                    (
                                        [_unknown:App_ExtendedInfo:private] => Array
                                            (
                                                [19-varint] => Array
                                                    (
                                                        [0] => 0
                                                    )

                                                [28-varint] => Array
                                                    (
                                                        [0] => 1
                                                    )

                                                [34-varint] => Array
                                                    (
                                                        [0] => 3
                                                    )

                                                [36-varint] => Array
                                                    (
                                                        [0] => 1
                                                    )

                                            )

                                        [description_:App_ExtendedInfo:private] => Candy Crush Saga, from the makers of Pet Rescue Saga & Farm Heroes Saga!

Join Tiffi and Mr. Toffee in their sweet adventure through the Candy Kingdom. Pass level 50 to unlock Dreamworld and escape reality alongside an owl named Odus. Switch and match your way through hundreds of levels in this delicious puzzle adventure. Isn't it the sweetest game around? 


Take on this deliciously sweet Saga alone or play with friends to see who can get the highest score! 

Candy Crush Saga is completely free to play but some in-game items such as extra moves or lives will require payment.


By downloading this game you are agreeing to our terms of service; http://about.king.com/consumer-terms/terms


Candy Crush Saga features:

● Tasty candy graphics that will leave you hungry for more

● Unwrap delicious environments and meet the sweetest characters

● Helpful magical boosters to help with challenging levels 

● Complete adventurous levels and unlock treats

● Easy and fun to play, challenging to master 

● Hundreds of sweet levels in the Candy Kingdom - more added every 2 weeks!

● Leaderboards to watch your friends and competitors!

● Easily sync the game between devices and unlock full game features when connected to the Internet


Already a fan of Candy Crush Saga? Like us on Facebook or follow us on Twitter for the latest news:

facebook.com/CandyCrushSaga

twitter.com/CandyCrushSaga

Last but not least, a big THANK YOU goes out to everyone who has played Candy Crush Saga! 


[downloadsCount_:App_ExtendedInfo:private] => 0
[permissionId_:App_ExtendedInfo:private] => Array
(
[0] => com.android.vending.BILLING
[1] => com.google.android.c2dm.permission.RECEIVE
[2] => android.permission.INTERNET
[3] => android.permission.ACCESS_NETWORK_STATE
[4] => android.permission.ACCESS_WIFI_STATE
[5] => android.permission.GET_ACCOUNTS
[6] => android.permission.WAKE_LOCK
[7] => com.king.candycrushsaga.permission.C2D_MESSAGE
[8] => com.king.cross.kingapp.provider.ACCESS
)

                                        [installSize_:App_ExtendedInfo:private] => 48946061
                                        [packageName_:App_ExtendedInfo:private] => com.king.candycrushsaga
                                        [category_:App_ExtendedInfo:private] => Casual
                                        [contactEmail_:App_ExtendedInfo:private] => [email protected]
                                        [downloadsCountText_:App_ExtendedInfo:private] => >250,000
                                        [contactPhone_:App_ExtendedInfo:private] => 
                                        [contactWebsite_:App_ExtendedInfo:private] => http://about.king.com/candy-crush-saga-faqs
                                        [screenshotsCount_:App_ExtendedInfo:private] => 8
                                        [promoText_:App_ExtendedInfo:private] => The sweetest game around!
                                        [maturity_:App_ExtendedInfo:private] => Everyone
                                        [recentChanges_:App_ExtendedInfo:private] => Swim fins? Check! Time for a subaquatic Candy Crush Saga update!

• Dive into Delectable Depths, our newest episode where Jem the Jellyfish is all tangled up in her tentacles! We'd better do something about it!

• Fill your day with 15 NEW LEVELS of fun, making it a total of 935 levels to complete!

Don't forget to download the latest version of Candy Crush Saga for all the newest content!
[promotionalVideo_:App_ExtendedInfo:private] =>
)

                                [creatorId_:Application:private] => King
                                [packageName_:Application:private] => com.king.candycrushsaga
                                [versionCode_:Application:private] => 1053002
                                [priceCurrency_:Application:private] => 
                                [priceMicros_:Application:private] => 
                                [originalPrice_:Application:private] => 
                            )

                    )

                [entriesCount_:AppsResponse:private] => 
            )

        [commentsResponse_:Response_ResponseGroup:private] => 
        [imageResponse_:Response_ResponseGroup:private] => 
        [categoriesResponse_:Response_ResponseGroup:private] => 
        [subCategoriesResponse_:Response_ResponseGroup:private] => 
    )

)

Any information on this you could provide will be extremely helpful. Also thank you for publishing this php API it works wonderfully!

Import all applications from Android market

I want to import all games and applications from Android Market by using the android-market-api-php, the file test_categories.php gave me all categories, as market.android.com. But the research by category using categoryId like $ar->setCategoryId("TOOLS"); not work, and the searching by query like $ar->setQuery("gps"); gave me a few results not as market.android.com. I need the right call to have the same results and products as the android market displays. Thank you for your responses

No apps in search response

Hi,

When i try to search for apps I don't get any results for any search term. I use just a simple search example code for term "maps" and get a responsegroup but no apps in there. I don't get any error too, everything looks fine but responsearray is always empty.

What could be a problem?

Thanks!

Not getting authsubtoken in response

Hi,

I have set email, password and deviceid in local.php file.
Getting 404 status in response from login function which is defined in MarketSession.php
And not able to get authsubtoken and it throws below exception
Exception: Required fields are missing.

Can you please help with solution for the above issue.

Error

hi

i got this error when open php

`
Warning: include(./proto/protocolbuffers.inc.php) [function.include]: failed to open stream: No such file or directory in D:\Ampps\www\play\src\MarketSession.php on line 5

Warning: include(./proto/protocolbuffers.inc.php) [function.include]: failed to open stream: No such file or directory in D:\Ampps\www\play\src\MarketSession.php on line 5

Warning: include() [function.include]: Failed opening './proto/protocolbuffers.inc.php' for inclusion (include_path='.;C:\php\pear') in D:\Ampps\www\play\src\MarketSession.php on line 5

Warning: include(./proto/market.proto.php) [function.include]: failed to open stream: No such file or directory in D:\Ampps\www\play\src\MarketSession.php on line 6

Warning: include(./proto/market.proto.php) [function.include]: failed to open stream: No such file or directory in D:\Ampps\www\play\src\MarketSession.php on line 6

Warning: include() [function.include]: Failed opening './proto/market.proto.php' for inclusion (include_path='.;C:\php\pear') in D:\Ampps\www\play\src\MarketSession.php on line 6

Fatal error: Class 'RequestContext' not found in D:\Ampps\www\play\src\MarketSession.php on line 21`

proto changed?

DownloadsCount always 0
DownloadsCountText always ">250,000"
using latest master version

also if i need help, i have questions where is the right place in this project to ask them? I'm new to github, sorry.

everything has stopped working?

this morning I tried to do a search using this api and nothing is shown! is there something changed with how Google provides info...? or something? anyone else has the same problem?

Working on localhost but not in remote server

Hi ,
this market api works fine in localhost. But when i test on remote server. $results returns false. I checked GOOGLE_EMAIL, PASSWORD. all are correct. But it is not working in server.
What could be the problem ?

if ($result == false) {
echo "ERROR: cannot login as " . GOOGLE_EMAIL;
exit(1);
}

Can't fetch apps with _ in the id

Hello,

I use this api every days to fetch details about our applications and track reviews with our open source tool https://github.com/EduPad/AndroidReviews

However some of our apps stopped showing recently. After investigation, it appear that all the apps that are now hidden from the store have a similar id (with an "_" in it).

Exemple app that exists, shows online, but not through the Android Maket API:
https://play.google.com/store/apps/details?id=com.edupad.app.vacances_ce2cm1

I tried to debug the thing, but I'm not very familiar with PHP and couldn't make a patch.
Any idea of what is going wrong ?

How to filter app search for a particular language/region?

Suppose i search for an app Ex. Whatsapp Id:"com.whatsapp". I will get the details in different languages. What if I need only english? How to filter? Also I am getting the results only with "setQuery()" when using id and not with "setAppId()"

no newest apps, only top newest

Hello,

while performing a search with:

$ar->setOrderType(AppsRequest_OrderType::NEWEST);
$ar->setViewType(AppsRequest_ViewType::ALL);

since some days ago I'm getting only Top Newest (apps and games) instead of Newest as before... any ideas?

Thanks!

Cannot fetch app data from apps with country restriction

Hi,

I have a problem with fetching app data when an app has country restriction. I've check the others with same or similar issues like: #13

I've changed the MarketSession->__construct() to just to se if i can get it to work, but to no avail.

I'm trying to fetch data about an app with country restriction to Thailand. I've tried a various combinations of the settings.

The constructor looks like this now:

function __construct () {
  $this->context = new RequestContext();
  $this->context->setUnknown1(0);
  $this->context->setVersion(8013013);
  // Edited settings
  $this->context->setDeviceAndSdkVersion("SM-G900F:19");
  $this->context->setUserLanguage("th");
  $this->context->setUserCountry("TH");
  $this->setOperator("Hutch", "52000");
}

Edit: How can I make the API fetch info about apps that are country restricted and when the server (or device used to login) is not in that specific country? Is this a bug in the API or is this not possible to fake my location?

Uncaught Exception with message 'HTTP request returned code 400'?

I downloaded the api, set local.php constants: [ my gmail, my Google password and the androidID following this method ].

Then, when I try any of the examples, I always got this:
Fatal error: Uncaught exception 'Exception' with message 'HTTP request returned code 400

Here is the whole stack trace when I run test_categories.php:

Fatal error: Uncaught exception 'Exception' with message 'HTTP request returned code 400' in C:\wamp\www\PlayStoreParser\android-market-api-php\Market\MarketSession.php:212 Stack trace: #0 C:\wamp\www\PlayStoreParser\android-market-api-php\Market\MarketSession.php(160): MarketSession->executeRawHttpQuery('??????DQAAAMYAA...') #1 C:\wamp\www\PlayStoreParser\android-market-api-php\Market\MarketSession.php(147): MarketSession->executeProtobuf(Object(Request)) #2 C:\wamp\www\PlayStoreParser\android-market-api-php\examples\test_categories.php(15): MarketSession->execute(Object(Request_RequestGroup)) #3 {main} thrown in C:\wamp\www\PlayStoreParser\android-market-api-php\Market\MarketSession.php on line 212

I'm using WAMP with Apache 2.2.11 and PHP 5.3.0

download apks?

Anything on how can we download apks?
Will it be available anytime soon??

Comments AuthorID in int

İ got results like "cid-gp:AOqpTOGqal_uNwRxJWhlw5AbeNlTo06-kmptgyTssNtQ8DoTW74WpxrhSu1mR9PFmo1nAGfMcKbu_bBZRmZc-A" when i print AuthorId of the comment

Is there anyway to convert it to int

setCategoryId doesn't work

setting a category id for an app request has no effect on the results. still returns apps from all categories

Only 7 apps in Medical category

Whenever I try to harvest apps in Medical category I only get 7 apps returned. Tried changing categoryId to something other than "MEDICAL" and get a lot more results.

Below is the code that matters:

    $session = new MarketSession();
    $session->login($google_email, $google_passwd);
    $session->setAndroidId($google_device_id);

    $ar = new AppsRequest();
    $ar->setOrderType(AppsRequest_OrderType::POPULAR); // NONE, NEWEST, FEATURED, POPULAR
    $ar->setViewType(AppsRequest_ViewType::ALL); // ALL, FREE, PAID
    $ar->setStartIndex(0);
    $ar->setEntriesCount(10); // Can only do 10 at a time or google return status code 400
    $ar->setWithExtendedInfo(TRUE);
    $ar->setAppType(AppType::APPLICATION);
    $ar->setCategoryId('MEDICAL');

    $req_group = new Request_RequestGroup();
    $req_group->setAppsRequest($ar);

    try {
      $response = $session->execute($req_group);
    }
    catch (Exception $e) {
      echo 'Error importing: ' . $e->getMessage() . "\n";
      return;
    }

    $groups = $response->getResponsegroupArray();

    foreach ($groups as $rg) {
      $appsResponse = $rg->getAppsResponse();
      $apps = $appsResponse->getAppArray();

      if (empty($apps)) {
        echo "Reached the end of the queue. Resetting to 0.\n";
        return;
      }

      foreach ($apps as $app) {
        if ($imported_apps >= $import_num) {
          break;
        }
        $imported_apps++;
        echo $imported_apps . ' --- ' . $app->getTitle() . "\n";
      }
    }

Any ideas what could be wrong? Marketplace clearly lists more apps in Medical category than the seven I receive.

Thanks.

Required fields are missing

Examples are not working. Have renamed local.php and included username/password/androidId

Fatal error: Uncaught exception 'Exception' with message 'Required fields are missing' in C:\xampp\htdocs\xampp\droiddir\proto\market.proto.php:2680 Stack trace: #0 C:\xampp\htdocs\xampp\droiddir\proto\market.proto.php(3419): RequestContext->write(Resource id #8) #1 C:\xampp\htdocs\xampp\droiddir\Market\MarketSession.php(173): Request->write(Resource id #8) #2 C:\xampp\htdocs\xampp\droiddir\Market\MarketSession.php(160): MarketSession->protobufToStr(Object(Request)) #3 C:\xampp\htdocs\xampp\droiddir\Market\MarketSession.php(147): MarketSession->executeProtobuf(Object(Request)) #4 C:\xampp\htdocs\xampp\droiddir\examples\test_categories.php(15): MarketSession->execute(Object(Request_RequestGroup)) #5 {main} thrown in C:\xampp\htdocs\xampp\droiddir\proto\market.proto.php on line 2680

Having problem with startIndex other than 0

I'm trying to get the top 100 free apps by looping:

startIndex=0, count=10
startIndex=10, count=10
startIndex=20, count=10
...

I can only get response for startIndex=0. No response when startIndex is not 0.

Pls advise. Thanks in advance.

get app translate

is there a way to fetch how many language translate data for app ?

API brings only some of the applications from Android market

This API brings only some of few of the applications from android market. I'm unable to get the complete list of applications. For example: when I use the the keyword "Kellogg" it does not being me the application from the market. I'm using the device ID as "0123456789123456". Is this because of the android market is available country specific. How to resolve this issue? I need to pull the applications from the USA android market. Please help.

Package name instead of Application ID

Is it possible to get the package name instead of application id when search the play store?

Also some of the application IDs are negative e.g. (-2156622920719970727) and I dont know if thats how they should be.

creationTime is wrong when getting comments

At least in 32 bit systems the getCreationTime() method on a comment returns invalid values, sometimes even negative values!

I've altered the following code inside the file protocolbuffers.inc.php :

I've replaced:
$i = 0;
$shift = 0;
for ($j = 0; $j < $len; $j++) {
$i |= ((ord($value[$j]) & 0x7F) << $shift);
$shift += 7;
}
By:
$i = 0.0;
for ($j = $len-1; $j >= 0; $j--) $i = $i * 128 + (ord($value[$j]) & 0x7F);

Now the command date("Y-m-d H:i:s",$comment->getCreationTime()/1000) returns the correct date!

DownloadCount and DownloadCountText

DownloadCount always return 0 DownloadCountText always return ">250.000"

Is there a way to show 1 million-5 million is above 250.000?
#2

setEntriesCount >10 cause an error? max items are 10?

Thanks,
Leslie

de.gdata.mobilesecurity not found via API

Hi,

I tried to search for the app de.gdata.mobilesecurity via the API, but did not find it. I changed the device/sdk-version as well as the user language and the user country. No luck so far.

Any ideas? Could it be mainly because it is an app that requires 2.0?

Thank you a lot!

Regards,
Fabian

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.