我正在为 iOS 和 Android 开发一个应用程序,对于这个应用程序,我正在使用来自 distriqt 的不同 ANE(PushNotifications 和 Share)。PushNotifications ANE 密钥验证工作正常,但在 Share ANE 上使用相同的密钥时出现以下错误:
Your key was not able to be verified for the com.distriqt.Share native extension
我也删除了检查是支持共享的行
if (Share.isSupported) {
...
}
因为它会产生另一个错误:
Error #3500: The extension context does not have a method with the name isSupported.