Teach you to build a mobile APM monitoring system

APM is the abbreviation of Application Performance Monitoring, which monitors and manages the performance and availability of software applications. Application performance management is very important for the continuous and stable operation of an application. So this article talks about how to accurately monitor and report data from the perspe ...

Posted by shikhartandon on Sat, 27 Jun 2020 22:33:50 -0700

Xcode debugging skills -- common commands and breakpoints

The debugging skills in Xcode are closely related to our daily development. These debugging skills often have half the power when we solve bugs, and often use various breakpoints and commands. And these debugging skills are often asked in interviews, so let's take a look at what we don't know. Debug main viewing area Debug command In the above ...

Posted by mizz key_me on Sat, 20 Jun 2020 02:16:10 -0700

Wechat unverified application (integration of wechat openSDK1.8.6)

Maybe recently some friends found that some content shared by App is displayed in wechat as unverified App, but not every version of wechat iOS access guide In wechat 7.0.7(iOS 12-13) and above, there may be "unverified applications" (currently, it seems that IOS 12-13 has this feature) Thi ...

Posted by TouranMan on Fri, 05 Jun 2020 21:27:43 -0700

Homebrew installation failed

Homebrew It is a package management tool under Mac OS platform, with many practical functions such as installation, uninstallation, update, view, search, etc. A simple instruction can realize package management, which is very convenient and fast without you caring about all kinds of dependencies and file paths. Installation method /bin/bash - ...

Posted by Arya on Sat, 30 May 2020 08:01:42 -0700

Swift 4.0 multiple TableViewCell multiple request complex interface solution

ComplicatedUIAndMutiRequestDemo This project is a multi-layer complex structure and multi request interface implementation case. No, please advise. Thank you:) explain: The interface layout of this project is mainly Moya selected by IGListKit for network request. Overview effect Requirements Xcode 9.0+ iOS 9.0+ Swift 4.0+ CocoaPods Exam ...

Posted by markjoe on Thu, 28 May 2020 08:09:38 -0700

iOS Alipay, WeChat, UnionPay Integrated Packaging

1. Integrated Alipay Payment Alipay Integrates Official Tutorials https://docs.open.alipay.com/204/105295/ Alipay Integration Official demo https://docs.open.alipay.com/54/104509/ 1. Import SDK and add dependent Libraries Launch an IDE (such as Xcode) to iOS Package The following files from the compressed file in are copied to the project f ...

Posted by DaZZleD on Mon, 20 Apr 2020 12:55:46 -0700

Xcode console debugging common commands

The debugging skills in Xcode are closely related to our daily development. These debugging skills often have half the power when we solve bugs, and often use various breakpoints and commands. Debug command In the above figure, the green area on the right is the Log output area. In the Log output ...

Posted by kevinc on Sun, 19 Jan 2020 05:28:35 -0800

Solution of "running package script" for MAC installing MacPorts card

Click the upper right corner to force the end of "installer" Open terminal, enter the command "ps -ef | grep install", find the legacy process and kill it Install Xcode Enter the command "xcodebuild -license" and agree MacPorts is stuck because the installation script uses Rsync update during the installation pro ...

Posted by swathin2 on Thu, 09 Jan 2020 07:11:03 -0800

About ionic3 Aurora push Registration ID cannot be obtained for the first time

Question: 1. The Registration ID cannot be obtained for the first time. You can use setTimeout to delay obtaining. 2. For Registration ID, the first time you open the app, you cannot get the id until you exit the app. Because the login user needs to be associated, the id must be sent to the background after login. Edition: ...

Posted by djmc48 on Sun, 05 Jan 2020 14:14:25 -0800

Enterprise app ipa package deployed to its own server

Preface:Recently, it has started to march into the pit of uni app mixed development, which has been mined countless, and its strength can be improved a little every time it crosses a pit. Now you need to deploy the enterprise app ipa package to your own server to download. All ipa packages deploy their own servers and finally have the following ...

Posted by iandotcom on Sun, 01 Dec 2019 13:11:54 -0800