aso icon indicating copy to clipboard operation
aso copied to clipboard

Tools for app store optimization on iTunes and Google Play

Results 20 aso issues
Sort by recently updated
recently updated
newest added

This started giving me an error last week - I don't know if Apple changed something? ``` Error: Error: Invalid category 6025 at validate (/Users/mf/code/coda/weekly-report/node_modules/app-store-scraper/lib/list.js:63:11) at /Users/mf/code/coda/weekly-report/node_modules/app-store-scraper/lib/list.js:82:5 at new Promise...

This is My code I didn't make any changes into code. I follow steps as given in README.md File ``` //npm install aso const gplay = require('aso')('gplay'); const itunes =...

I want to use proxy for the aso request. how to do that?

- Operating System: Windows 10 build 18363 - Node version: 13.10.1 - google-play-scraper version: 7.1.2 **Description:** I am working with ```aso``` module and i am getting ```404 App not found...

Hi, please can you update on package.json google-play-scrape to 7.1.1 and app-store.scraper to 0.16.2? Thanks

Score comamnd was working correctly but suddenly it started to fail, but not always :). I have been checking it with simple requests and sometimes it returns the correct data...

Hi, First, thanks for awesome library! I tested search suggestion with your sample code but it always returns an empty array. ```javascript const itunes = require("aso")("itunes", { country: "us" });...

Hi facundoolano, thank you very much for very useful lib. I use you lib to aso on google play without any problem. But when i try to get score from...

bug

https://github.com/facundoolano/google-play-scraper/issues/212

bug

In the most recent update, the stores default to their memoized versions, and customizing this requires duplication most of the store code. Instead, pass the store by parameter and easily...