简体   繁体   English

如何作为模拟器版本提交Vuforia应用程序以供Facebook审查?

[英]How do I submit a Vuforia application for Facebook review as a simulator build?

I am creating an iOS app that uses Unity3D, the Vuforia AR SDK, and Prime31 Social Networking Plugins. 我正在创建一个使用Unity3D,Vuforia AR SDK和Prime31社交网络插件的iOS应用。

In order to publish a screenshot to a user's Facebook timeline, my app needs the "publish_actions" permission. 为了将屏幕截图发布到用户的Facebook时间轴,我的应用需要“ publish_actions”权限。 To use this I need to submit the app for review by Facebook, in the form of an Xcode Simulator Build. 要使用此功能,我需要以Xcode Simulator Build的形式将应用提交给Facebook进行审查。

However, Vuforia does not support simulator builds: https://developer.vuforia.com/resources/dev-guide/step-4-compiling-and-running-vuforia-sample-app "Note: Vuforia applications do not build or work with the Simulator." 但是,Vuforia不支持模拟器构建: https : //developer.vuforia.com/resources/dev-guide/step-4-compiling-and-running-vuforia-sample-app “注意:Vuforia应用程序无法构建或运行模拟器。”

Has anyone managed to get an iOS Vuforia-based app reviewed by Facebook? 有没有人设法让Facebook审核过基于iOS Vuforia的应用程序?

Thanks. 谢谢。

I am experiencing the same issue. 我遇到了同样的问题。

Apparently the situation is impossible: 显然情况是不可能的:

The problem here is: - To pass the Facebook Review process you need to send them your App in one of this two available format, 1) the Apple App Store App (that is impossible to do, you can not send App Store an unfinished app), or 2) a Simulated Build (using Terminal to build the project in xcodebuild -arch i386 simulatorXX). 这里的问题是:-要通过Facebook审核过程,您需要以以下两种可用格式之一将其发送给您的应用程序:1)Apple App Store应用程序(这是不可能做的,您无法将未完成的应用程序发送给App Store) )或2)模拟生成(使用终端在xcodebuild -arch i386仿真器XX中生成项目)。 None of this available options provided by Facebook are posible technically, so it's technically imposible to obtain the approval of the App. 从技术上讲,Facebook提供的所有可用选项均不可行,因此在技术上不可能获得应用程序的批准。 This is because: 这是因为:

1- App Store is not going to pass an App that is not working (the FB butto won't work, so App Store is not going to allow us finish the process and they will reject). 1- App Store不会通过不起作用的应用程序(FB但是无法起作用,因此App Store不会允许我们完成该过程,他们将拒绝)。 so at the you can not provide an AppStore-id to the Facebook Review team. 因此您无法向Facebook评论小组提供AppStore ID。

2- As far as Facebook only receives "Simulated Builds" it would be impossible to a Vuforia Unity App to be accepted, this is because when you are using Unity + Vuforia you can not build a simulated build, is incompatible. 2-就Facebook仅收到“模拟版本”而言,Vuforia Unity应用程序将无法被接受,这是因为当您使用Unity + Vuforia时,您无法构建模拟版本,这是不兼容的。 So is impossible to fit this requirement. 因此不可能满足此要求。

Only workaround available I can think of would be to: 我能想到的唯一解决方法是:

1- Send the app to apple store, remotely disabling the Facebook functionality. 1-将应用程序发送到Apple Store,远程禁用Facebook功能。 2- Once is approved by Apple, remotely enable the Facebook functionality and sending the app - THE APP STORE ID - to Facebook Review. 2-一旦获得Apple的批准,即可远程启用Facebook功能,并将该应用-APP STORE ID-发送至Facebook Review。

Otherwise, Facebook should open another via to Vuforia-Unity developer to review their IOS apps. 否则,Facebook应向Vuforia-Unity开发人员开放另一个途径,以审查其IOS应用程序。

This seem to be the only way for Vuforia + Unity, but I didn't check it. 这似乎是Vuforia + Unity的唯一方法,但我没有对其进行检查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何生成 iPhone 模拟器构建或 .zip 文件以在 Facebook 中提交以在 iOS 中进行审核 - How to generate iPhone simulator build or .zip file for submit in Facebook for review in iOS 我需要提交Facebook应用程序审查吗? - Do I need to submit for facebook app review? 在生成的 iPhone 模拟器构建 .zip 文件中出错,以便在 Facebook 中提交以在 iOS 中进行审核 - Getting error in generated iPhone simulator build .zip file for submit in Facebook for review in iOS 使用RoboVM为Facebook Review创建iOS模拟器构建 - Creating an iOS Simulator Build for Facebook Review with RoboVM 使用Cordova创建iOS模拟器构建以供Facebook审查 - Creating an iOS Simulator Build with Cordova for Facebook review Facebook Review使用实时应用程序处理iOS(没有可用的模拟器) - Facebook Review Process iOS with live app (no simulator build available) 无法验证模拟器构建。 Facebook审核流程 - unable to verify simulator build. Facebook Review Process 为facebook提交审核zip创建模拟器构建时出错 - Error in creating simulator build for facebook submission for review zip 无法上载iOS模拟器版本以供Facebook App审核 - Cannot upload iOS simulator build for Facebook App review Xamarin.Forms iOS Simulator Build for Facebook评论 - Xamarin.Forms iOS Simulator Build for Facebook Review
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM