We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f1498 commit 6e31ad6Copy full SHA for 6e31ad6
googleplayapi.cpp
@@ -41,7 +41,7 @@ void GooglePlayApi::requestAppInfo(const QString &packageName) {
41
42
QString GooglePlayApi::CheckinInfoGroup() {
43
std::stringstream ss;
44
- ss << "checkin_";
+ ss << "checkin_2025_09_";
45
for (auto&& abi : loginHelper->getDevice().config_native_platforms) {
46
ss << "__" << abi;
47
}
0 commit comments