Software Archive
Read-only legacy content
17061 Discussions

Create an iOS Application with Action Extension (Multi-OS)

Yekaterina_L_
Beginner
175 Views
I have troubles creating a Multi-OS iOS application with Action Extension – binding to extension view controller class in Java never gets called. 
 
So far, I have tried creating iOS application for Multi-OS, opening XCode project for it, manually adding a new target for Action Extension, generating a binding for all classes from Android Studio (via Multi-OS). Bindings for Action Extension are generated successfully, but they are  never called (tried throwing Java runtime exception in static method, and it never happened). The extension itself is added to the application, can be called, but only Obj-C classes can be reached. 
 
The questions are:
- Is Action Extension iOS target supported for Multi-OS?
- What can be done to make bindings for extension work correctly?

Hoping for your comment – thanks in advance!
 
 
 
 
 
0 Kudos
0 Replies
Reply