简体   繁体   中英

How to integrate native app code in ionic1 codova project?

I have AR (Augmented reality) demo app in native code both iOS and Android. I want to integrate this app in my existing ionic cordova project. My Ionic project is build in Ionic v1 with Cordova and Angular 1.5.3. As I'm new to ionic development I would seek proper guidance and help in this forum. Attached my ionic info.

Thanks in advance.

在此处输入图片说明

You're going to have to convert the native code to a cordova plugin. This is the only way a ionic/cordova app get's access to native code.

This is too big to describe in detail here and here's the link to Cordova's plugin guide.

https://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM