yeriomin / play-store-api

Google Play Store protobuf API wrapper in java
GNU General Public License v3.0
322 stars 130 forks source link

How I can change market location on SearchIterator #37

Open SM09E opened 5 years ago

SM09E commented 5 years ago

SearchIterator retrieve data which is different from playmarket application search. I try to change locales on device-*.properties, api.setLocale(locale), deviceInfoProvider.setLocaleString(locale), try to use proxy and change search settings on account, but I continue getting wrong data from unknown store. How can I specify store location what I need?