hi,
i read this question about Invoke codename code from native interface 
<https://stackoverflow.com/questions/39305641/codename-one-invoke-codename-code-from-native-interface>,
 
and tried that with success callback from native interface, but in my case 
the Objective-c code is in 
ios.afterFinishLaunching hint, so i tried add these hints but app has 
failure in cn1 server.

ios.glAppDelegateHeader=#include "com_test_NativeCallback.h" #include 
"cn1_globals.h" #include "CodenameOne_GLViewController.h"
ios.afterFinishLaunching=com_test_NativeCallback_callback___int(CN1_THREAD_GET_STATE_PASS_ARG
 
5);

if i delete the above tow hints, the app will build in success, on the 
onther hand, i tried to replace #include to #import but get same failure.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/716577dd-deaa-4d26-bd90-400be92b7ead%40googlegroups.com.

Reply via email to