This is a migrated thread and some comments may be shown as answers.

Plugin to native SDK

1 Answer 42 Views
Apache Cordova
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrei
Top achievements
Rank 1
Andrei asked on 02 Nov 2016, 02:04 PM

Hello,

I'm an iOS developer and have no experience using Cordova, but i came into a project which I can't figure out how to start.

The story is as follows: a client has a hybrid app made in Cordova, and the desire to access a native SDK to PressReader. I must create a plugin for the Cordova app which accesses the PressReader SDK.

In a demo of the native SDK, the iOS app presents a ViewController with the instance of the PressReader and this is all that it does.

My question is: is there a way that a Cordova plugin can present the instance of the SDK in a ViewController ?

1 Answer, 1 is accepted

Sort by
0
Anton Dobrev
Telerik team
answered on 07 Nov 2016, 10:43 AM
Hi Andrei,

As for developing a Cordova plugin I'd suggest that you consider the official Cordova documentation about developing a plugin as explained here and other community resources.

To be able to use the plugin in a Cordova-based app built with Telerik Platform ensure that it meets the requirements from here

I am not familiar with the framework you are referencing but the plugin should be able to expose via its methods an instance of a view controller as, for example, this plugin does.

Regards,
Anton Dobrev
Telerik by Progress
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
Apache Cordova
Asked by
Andrei
Top achievements
Rank 1
Answers by
Anton Dobrev
Telerik team
Share this question
or