Apollo-CustomApiCredentials icon indicating copy to clipboard operation
Apollo-CustomApiCredentials copied to clipboard

Logs out every time app is closed

Open scratchyone opened this issue 2 years ago • 6 comments

I patched an Apollo IPA with this tweak using theos-jailed, and while it works great, it seems to log out every time the app is restarted. Any ideas why this may be?

scratchyone avatar Jul 01 '23 15:07 scratchyone

I sideloaded with a dev account with sideloadly with a new bundle ID and mine does this too if I fully close the app and re-open.

nicko88 avatar Jul 01 '23 15:07 nicko88

Hmm, I just tried it with the standard Apollo com.christianselig.Apollo bundle ID and it has the same issue.

scratchyone avatar Jul 01 '23 16:07 scratchyone

You can fix it by injecting this https://sideloadly.io/SideloadSpoofer-08.dylib and using a different bundle ID than the stock one, but it would be nice to have an open source alternative because it shows a popup every time you restart the app and it being closed source isn't great.

AuroraWright avatar Jul 02 '23 00:07 AuroraWright

https://github.com/EthanArbuckle/Apollo-CustomApiCredentials/issues/3#issuecomment-1599651447

Rihcus avatar Jul 02 '23 01:07 Rihcus

You can fix it by injecting this https://sideloadly.io/SideloadSpoofer-08.dylib and using a different bundle ID than the stock one, but it would be nice to have an open source alternative because it shows a popup every time you restart the app and it being closed source isn't great.

i assume this requires a JB? my app crashes immediately on boot when i try to inject

ochompsky avatar Jul 02 '23 11:07 ochompsky

You can fix it by injecting this https://sideloadly.io/SideloadSpoofer-08.dylib and using a different bundle ID than the stock one, but it would be nice to have an open source alternative because it shows a popup every time you restart the app and it being closed source isn't great.

i assume this requires a JB? my app crashes immediately on boot when i try to inject

No, no jb

AuroraWright avatar Jul 02 '23 12:07 AuroraWright

You can fix it by injecting this https://sideloadly.io/SideloadSpoofer-08.dylib and using a different bundle ID than the stock one, but it would be nice to have an open source alternative because it shows a popup every time you restart the app and it being closed source isn't great.

Thanks for suggesting this, it solves the problem! I also found https://github.com/level3tjg/RedditSideloadFix/releases/tag/1, which is actually meant to fix sideloading for the official reddit app, but seems to also fix the logging out issue on Apollo in my testing, and it's open source and doesn't show any prompt. I'd love if anyone else could confirm if this works for them as well?

scratchyone avatar Jul 03 '23 14:07 scratchyone

When sideloading, its necessary to change Apollo's bundle ID. Otherwise, information stored in the keychain will not persist across app launches.

I'll see if I can workaround this in the tweak

EthanArbuckle avatar Jul 03 '23 15:07 EthanArbuckle

You can fix it by injecting this https://sideloadly.io/SideloadSpoofer-08.dylib and using a different bundle ID than the stock one, but it would be nice to have an open source alternative because it shows a popup every time you restart the app and it being closed source isn't great.

Thanks for suggesting this, it solves the problem! I also found https://github.com/level3tjg/RedditSideloadFix/releases/tag/1, which is actually meant to fix sideloading for the official reddit app, but seems to also fix the logging out issue on Apollo in my testing, and it's open source and doesn't show any prompt. I'd love if anyone else could confirm if this works for them as well?

can confirm this works great! i didnt have to inject sideload spoofer or change the bundle id

asdfzxcvbn avatar Jul 12 '23 21:07 asdfzxcvbn