0

我正在为 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.
4

1 回答 1

0

确保您已生成包含共享扩展的密钥。密钥不会自动适用于所有扩展,如果添加新扩展,则需要重新生成(更新)它。

检查您帐户中的应用程序页面。

请注意,您应该在我们的 github 支持论坛中提出此类问题。

于 2018-10-27T00:21:16.780 回答