分享ANE不验证密钥

时间:2018-10-26 12:02:42

标签: share distriqt

我正在为iOS和Android开发一个应用程序,为此应用程序我使用的是Distriqt(PushNotifications和Share)中不同的ANE。 PushNotifications ANE密钥验证工作正常,但是在共享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.

1 个答案:

答案 0 :(得分:0)

确保已生成包含共享扩展名的密钥。密钥并非对所有扩展名都自动起作用,如果添加新扩展名,则需要重新生成(更新)密钥。

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

请注意,您应该在github上的支持论坛中询问类似的问题。