Solved: Added Flurry Config Observer in Swift
Today, I added FlurryConfig on AppDelegate.swift, and added the Flurry Config Delegate methods on the AppDelegate like below:
Today, I added FlurryConfig on AppDelegate.swift, and added the Flurry Config Delegate methods on the AppDelegate like below:
I like to create dmg file on Mac, so I can put all the related documents in the dmg file, because we can mount the dmg file as a driver.
When I move my computer to M2, one of the project can not compile, some module didn’t in the dependency graph, and finally, a friend told…
When using the iOS simulator, I encountered an issue when trying to share a file saved in the Files app. I wanted to copy the file to my…
Today, I want to setup the mailchimp to send mail, and it needs to setup the sender domain first, according to the guide, I know how to add…
I have a projector which can play videos, but it might be too old, it can only play videos with H264 encoding, but sometimes, the video has…
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…
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:
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…