Apple审查异议插件文件夹的目录名无效(Child Browser Cordova) [英] Apple review objection Invalid directory name for Plugins folder (Child Browser Cordova)

查看:260
本文介绍了Apple审查异议插件文件夹的目录名无效(Child Browser Cordova)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近在Apple Store上发布了我的基于Worklight的应用程序。现在我收到来自Apple的电子邮件,说:


目录名称无效 - 您的应用程式包含目录名称已预留:插件。您必须重命名此目录。


在此应用程序中我使用子浏览器插件,它使用插件目录。



现在,如果我重命名这个插件文件夹,那么我必须做很多更改,我希望应该是可能的。



请建议我或指导我在编辑此插件时必须考虑哪些方面。




  • 伴随childbrowser插件的本机代码

  • JS代码



我在我的项目中使用这个子浏览器插件。

希望它有帮助。


I recently published my Worklight based App on Apple Store. Now i have received an email from Apple that says:

Invalid Directory Name - Your app contains a directory name that is already reserved: 'Plugins'. You must rename this directory.

In this App I am using Child browser plugin which is using plugin directory.

Now if i rename this "Plugins" folder then i have to do many changes, i hope it should be possible.

Kindly suggest me or guide me, what areas i must look into when editing this plugin.

  • Native code that comes along with childbrowser plugin
  • JS code

I am using this child browser plugin in my project. https://github.com/purplecabbage/phonegap-plugins/tree/master/iPhone/ChildBrowser

解决方案

There are few steps required to fix in XCode.

  • Right Click on the plugins folder and select Show in Finder.
  • Change the directory name plugins with CBPlugin.
  • Now back to XCode and click to change name Plugins directory with CBPlugin.

if these plugins files are referenced or copied elsewhere in project then delete the file from XCode (Not from CBPlugin folder) and reference it again.

and finally add these .h and .m files again into Compile Sources to make this plugin available for app in XCode.

Integrate ChildBrowser into Worklight App (IOS Version)

hope it helps.

这篇关于Apple审查异议插件文件夹的目录名无效(Child Browser Cordova)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆