Home > Article > WeChat Applet > The difference between WeChat mini programs and apps
The difference between WeChat mini program and app:
1. Download: APP needs to be downloaded through the application store (such as AppStore, Android market, etc.); while mini program does not It needs to be downloaded and can be obtained directly by scanning the QR code on WeChat or searching.
2. Installation: The APP needs to be installed on the mobile phone and generate an icon on the mobile phone desktop or application drawer; while the mini program does not need to be installed, it can be left after use and no new icon will be generated.
3. Memory space: After the APP is installed, it will always be stored in the phone and occupy a large amount of memory. Mini programs do not need to be installed on the phone. WeChat itself has a strict memory management mechanism for mini programs. Mini programs occupy Space is almost negligible.
4. Message push: APP often pushes messages and advertisements to users, causing serious interference to users; while mini programs are not allowed to actively send messages to users and can only reply to template messages.
5. Development cycle: A decent APP requires optimization, design, function implementation and iteration on both iOS and Android platforms. The cost of UI design, time, manpower, etc. is high; but at present, small programs have a short development cycle , the cost is low, and even one or two technicians can develop it in a few days, which greatly lowers the threshold for starting a small program business.
6. Release and launch: APP needs to be submitted to at least a dozen app stores for online review, and the information required by each app store may be different, which is extremely cumbersome; after the mini program is developed, it only needs to be submitted to the public Just submit it to the platform for review.
7. Function limitations: APP can realize complete functions; mini programs are limited to the new capabilities and interface functions that WeChat continuously releases.
Recommendation: " Mini Program Development Tutorial"
The above is the detailed content of The difference between WeChat mini programs and apps. For more information, please follow other related articles on the PHP Chinese website!