Question
ANE with default platform
Is there an existing code example for an ANE that includes a default platform? All of the examples I can find simply implement one or more platforms.
I have managed to build a native extension to read phone number from an Android phone, but I want to be able to run a version on other platforms where the isSupported function simply returns false. When running from Flash Builder, an error message tells me it cannot find my PhoneNumber class.
