How to fetch app data from iPhone with full backup
A lot of people use iPhone, and we know that the app is run in sandbox in iPhone, and it’s difficult to get data from the app, but I find…
A lot of people use iPhone, and we know that the app is run in sandbox in iPhone, and it’s difficult to get data from the app, but I find…
技术笔记
In my development, I extract some common feature to a dependent project, and in the main project use the mod to include it, but when I need…
I like to send EPUB files to my Kindle or the Kindle app on my mobile phone to read. However, recently when I tried to send an EPUB file, I…
技术笔记
Sometimes we need a proxy to connect some website, but on Mac, if we start a proxy, the terminal might not use the proxy directly, here is…
技术笔记
These days, I am trying to test the connection with proxy, and I find that it always report error, so I thought that it was the problem of…
技术笔记
When I updated the Xcode from 14.2 to 14.3, a project report the following error:
I went to a hotel, and found that when I connect to the wifi, it will soon not connect, and when I try to disconnect the network and…
技术笔记
On one of my android application, it needs JDK 11, but I also installed the JDK 18 on my computer, so it reports errors when compile the…
技术笔记
I just make some APKs with different user-permissions, I want to check whether the user-permissions are correct from APK files, then I want…
Recently, I encounter an error like below, when I build the application with command line it can work, but build in the Xcode, it report…
Sometimes when we use curl to get result from a url, if the result has no empty line at the end, the next prompt of the terminal will…
技术笔记
I use vscode to write codes, when I am study, I usually open the ebook and vscode in tile mode, the ebook on the left and the vscode on the…