Some users of the Infinity (Android client) subreddit have mentioned that anyone trying to get the app running on their device with their own API key should also modify the redirect URL, and user agent being sent to Reddit.
Currently, this tweak only allows you to modify the API key i.e., clientIdentifier. It would be great if we could also customize the redirect URL and user agent being sent to reddit (like a custom app would do).
user-agent is now randomized. changing the redirect uri requires editing the app's info.plist file; i don't think a (sideloaded) tweak can do that as uri schemes are registered during app install
Some users of the Infinity (Android client) subreddit have mentioned that anyone trying to get the app running on their device with their own API key should also modify the redirect URL, and user agent being sent to Reddit.
Currently, this tweak only allows you to modify the API key i.e.,
clientIdentifier
. It would be great if we could also customize the redirect URL and user agent being sent to reddit (like a custom app would do).