Paul Harris
Paul Harris
> I'd argue that > > a) you can't really lock out third party API access, you can just make it tedious for people to access it. > > b)...
Considering they are about to exclusively sell electric cars, blocking third party API access, whilst not even providing any official integrations themselves, is just madness and is just going to...
Been doing a lot of reading about the whole Octopus smart charging saga with API access being v suddenly removed for energy companies back in March. There has been a...
Some people have gotten the following response from JLR recently, which does state they are "**working to develop authorised solutions to smart home and energy services as quickly as possible**"...
@ardevd Out of curiosity, do most of the API changes you've had to fix look like they were intentionally to stop third-party apps, or are they adding new functionality?
> The `x-App-Secret` is now dynamic and seemingly changes frequently. Re-using previously used values doesn't seem to work either. @ardevd That sounds hard to work around? Is it possible they...
@ardevd Wish I could help, rather than just ask questions, but reverse engineering APIs is not really in my skillset. Thanks v much for trying to sort this for the...
@ardevd I've tried to decompile the app using a couple of Android Java decompilers and they're all failing to decompile for me. Have you had any luck?
> apktool or JADX (which used apktool) works fine. Weird, I used JADX, must the app that calls it that's the issue. Found another and interestingly, there are a few...
I get the same error, but seems to only be an issue when creating the app with the npm ` npx create-react-app my-app` command. If you install yarn and use...