-
-
Notifications
You must be signed in to change notification settings - Fork 208
Description
Epic-games now also has weekly mobile games that can be claimed.
However, these are only shown in the Android/iOS app which can be installed from https://store.epicgames.com/en-US/mobile/.
If you know the link, you can claim it in the browser too. Problem is that these games can't be found on the website. Searching for Android games shows no results besides Add-ons: https://store.epicgames.com/en-US/browse?sortBy=relevancy&sortDir=DESC&tag=Android&count=40&start=0
Current game for Android: https://store.epicgames.com/en-US/p/gigapocalypse-android-e56f84
And current game for iOS: https://store.epicgames.com/de/p/gigapocalypse-ios-e9799b
There are several places that list them:
- https://www.reddit.com/r/FreeGameFindings/search/?q=title%3Aepic+games+mobile&type=posts&sort=new
- https://www.mydealz.de/deals/epic-games-store-android-ios-kostenlos-gigapocalypse-2205-29052025-2575369
There's this json with the offers, but it doesn't include the mobile versions: https://store-site-backend-static.ak.epicgames.com/freeGamesPromotions
Maybe the purchase URL can still be constructed from it, but that has its own problems - see #127, #130.
Probably just need some URL that the app uses. So could try to decompile the .apk (apk2url) or probably easier use some mitm proxy:
- https://docs.mitmproxy.org/stable/
- https://httptoolkit.com/android/ (even has certificate unpinning via Frida)