Status Quo Pain Points
Traditional development needs to write code for iOS/Android/webpage platforms separately, and there is a lot of duplication of labor. Flying on the code adopts the mechanism of "one time generation, multi-end adaptation" to solve this problem.
Operation Guide
- Platform Selector:In the generation step check WeChat small program + web APP + Android and other multiple choice box, the system automatically generates compatible code
- Unified Console:You can manage the versions of each platform in "My Apps" at the same time, and the modified content will be synchronized and updated to all terminals.
- Differentiated Configurations:Adjustment of functionality for specific platforms through "Platform Differentiation Settings" (e.g., removal of iOS-exclusive functionality for applets)
caveat
Audit rules vary by platform: 1) WeChat applets need to be submitted separately for audit 2) HTTPS is mandatory for web version 3) APPs need to pay attention to store policies. It is recommended to check the platform'sOfficial GuideThe
This answer comes from the articleCodeFlying: Generate applets, apps and web apps in one sentence!The































