You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that if the app you're downloading is region-locked and not available in your region, the locale and timezone changes alone will not let apkeep download it.
38
+
In that case the download will fail with a `Invalid app response` error.
39
+
To download a region-locked app you first need to bind it to your account by downloading it with an IP address from a region it's available in.
40
+
After the first download, you can download the app from any region.
41
+
42
+
37
43
This option attempts to download a split APK if available, and falls back to the full APK:
38
44
39
45
```shell
@@ -44,6 +50,7 @@ A full list of options:
44
50
45
51
*`device`: specify a device profile as described above
46
52
*`locale`: specify a locale
53
+
*`timezone`: specify a timezone
47
54
*`split_apk`: when set to `1` or `true`, attempts to download a [split APK](https://developer.android.com/studio/build/configure-apk-splits)
48
55
*`include_additional_files`: when set to `1` or `true`, attempts to download any [additional `obb` expansion files](https://developer.android.com/google/play/expansion-files) for the app
0 commit comments