kagasu / GooglePlayStoreApi

Google Play Store API for .NET(unofficial)
MIT License
20 stars 6 forks source link

Your device is not compatible #11

Open rezionline opened 4 years ago

rezionline commented 4 years ago

Hello

For a small number of applications, While it is possible to download app via Google Play Store app on the my phone, But when I want to download the same app via API, I get this message: Your device is not compatible

How can this be solved? And what parts need to be changed? Is this part?

private const string DefaultUserAgent = "Android-Finsky/8.5.39.W-all%20%5B0%5D%20%5BPR%5D%20178322352 (api=3,versionCode=80853900,sdk=22,device=bacon,hardware=bacon,product=aokp_bacon,platformVersionRelease=4.4.4,model=One,buildId=KTU84Q,isWideScreen=1,supportedAbis=armeabi-v7a;armeabi)";

Thanks.