uniapp-native-app

Package uni-app projects into native Android and iOS applications offline.

610|93|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/partme-ai/full-stack-skills --skill uniapp-native-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uniapp-native-app
Source: https://github.com/partme-ai/full-stack-skills/tree/main/skills/uniapp-native-app
Command: npx skills add https://github.com/partme-ai/full-stack-skills --skill uniapp-native-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of packaging uni-app projects into native Android and iOS applications, simplifying offline packaging and configuration.

Core Features & Use Cases

  • Native App Packaging: Convert uni-app projects into standalone Android (APK) and iOS (IPA) applications.
  • Configuration Management: Assist in configuring native app settings, including manifest files, permissions, and build configurations.
  • Signing and Certificates: Guide users through the process of setting up app signing, keystores, and provisioning profiles for both platforms.
  • Use Case: You have a uni-app project and need to generate an Android APK for testing on a device. This skill will guide you through the necessary configuration and packaging steps.

Quick Start

Use the uniapp-native-app skill to package the current uni-app project as a native Android application.

Frequently Asked Questions about uniapp-native-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I package a uni-app project into a native Android APK?

To package a uni-app project into a native Android APK, you need to configure native app settings and generate an Android keystore. The offline packaging process guides you through manifest configurations and build steps to generate the standalone application.

What do I need to set up for iOS offline packaging with uni-app?

iOS offline packaging with uni-app requires setting up provisioning profiles and app signing configurations. You must configure these native settings according to official offline packaging documentation to successfully generate an IPA file.

Can I use this offline packaging method for both Android and iOS native apps?

Yes, this offline packaging method supports converting uni-app projects into both native Android and iOS applications. It facilitates configuration management for manifest files, permissions, and platform-specific signing for standalone APK and IPA outputs.

How do I generate an Android keystore for uni-app native app signing?

Generating an Android keystore for uni-app native app signing involves following the guided configuration steps. The process assists in creating the keystore and configuring build settings required for offline packaging and signing your application.

What is the best way to configure native app settings for uni-app offline builds?

The best way to configure native app settings for uni-app offline builds is to follow the official offline packaging documentation. This includes managing manifest files, app permissions, and platform-specific build configurations for Android and iOS.

Why does uni-app offline packaging require specific signing and certificates?

Uni-app offline packaging requires specific signing and certificates to ensure the generated native Android and iOS applications are valid and secure. Setting up keystores and provisioning profiles is a mandatory step for deploying standalone APK and IPA files.