错误描述是这样的: Either the object you are trying to access is not visible to you or the action you are tryingto take is restricted to certain account types 可以在facebook文档https://developers.facebook.com/docs/marketing-apilocale=en_US上找到 但它没有具体
我只是在尝试在我的应用程序中管理失败的广告场景。因此,在由于某种原因(例如没有网络)触发onError之后,我就调用了NativeBannerAd的loadAd方法,如下所示。但是应用程序由于called more than once错误而崩溃。mFacebookNativeBannerAd.loadAd() // --> 'called more than once' exception
我使用azure移动服务创建了具有离线同步选项。一开始一切都很顺利。我插入了几行,几天后我又回到了我的应用程序,当时我试图插入到我的表中。我收到的错误消息是
System.ArgumentException: Set JArray values with invalid key value: "version".只有当我尝试插入时才会得到错误。读取数据是很好的。是想让我做点什么。我认为它是在新行插入期间自动分配的,