How to open a xcode framework file in telerik hybrid coredova application using telerik appbuilder

31 Views Asked by At

I want to open or call my iOS SDK framework file in the telerick hybrid coredova application. Share if you have any ideas.

1

There are 1 best solutions below

0
DropHit On

It is not possible to open a framework directly in any of the AppBuilder clients. However, you can use a custom (or third-party) iOS framework in your app by creating a Cordova plugin. To do so, you would require knowledge in native iOS development. This article contains additional information on the subject.