Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

epic: Cortex supports Android and iOS build options #2197

@vansangpfiev

Description

@vansangpfiev

Goal

  • Extend the existing C++ application to support Android and iOS platforms while maintaining code reusability across all platforms.

Success Criteria

  • The app runs successfully on Android and iOS devices/emulators without errors.
  • Core logic and business rules are shared across all platforms using C++.

Tasklist

  • Install necessary tools and SDKs for cross-platform development (e.g., Visual Studio Mobile Development workload, Android NDK, Xcode).
  • Set up project structure to separate platform-specific code from shared C++ code.
  • Configure Android build environment with JNI integration for accessing C++ code.
  • Configure iOS build environment with Objective-C++ for integrating C++ code.
  • Test shared C++ libraries/executions on both platforms to ensure compatibility.
  • Debug and optimize the application using emulators and devices for both Android and iOS.
  • Document the development process and update build instructions for future maintenance.

Metadata

Metadata

Assignees

Labels

type: epicA major feature or initiative

Type

No type

Projects

Status

Investigating

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions