i've got native extension android. functionality of native extension implemented in air sdk ios. use sdk functions on ios , native extension android.
the native extension doesn't support ios, makes sense, because functionality implementent in air sdk ios.
when start app on android works fine. if start app on ios got following error
verifyerror: error #1014: class com.afterisk.shared.ane.lib::gcmevent not found
i splitted code each device in different classes. seems air try compile code android anyway.
are there way prevent behavior?
thanks help. managed solve problem different app descriptors.
Comments
Post a Comment