-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple警告邮件 #746
Comments
同样收到警告邮件。 |
我也收到了同样的邮件 |
@bang590 微信读书收到没? |
同收到了 |
同样收到了... |
+1 |
昨天发现在appstore 搜索不到了,但是没有下架,今天收到苹果的警告邮件,内容和楼上的一样 |
并没有收到啊,难道我是假开发者账号? |
我刚刚收到了这样的邮件 |
早上收到了同样的邮件 |
没有收到啊,项目中用到的都只是修改一些小bug. |
早上同样收到了这样的邮件 |
占个楼,关注一下 |
关注,静待回复 |
为什么突然又禁止了~~ |
关注 |
会不会是使用过度了呀 我们一般都一个月一个版本 暂时还没收到这个邮件 |
同样收到邮件,关注 |
有解决方法吗? |
大家都用的哪种方式集成的 我用的是外接自己的服务器这种 |
暂时都只是收到警告,应用还没有下架,你们都下架整改了么? |
me too |
@rainysweet 只是警告,没有下架,暂时还能搜到 |
暂时没有收到,难道苹果要禁止热修复了么? |
我们有4-5款APP都用了,目前没收到邮件,也能搜到。 |
淘宝咋办 |
收到的是用jspatch开发功能? 还是修改bug啊? |
我也收到了邮件,在JPEngine.m中确实能够找到邮件中提到的那些方法 |
没有收到邮件的,到你们的https://itunesconnect.apple.com/ 看一下,说不定有不一样的收获 |
什么方法,截图看看?参考一下 |
项目里边用到了个推,正在等他们的临时SDK,好了之后试一下上传会不会被拒 |
等了一天了还没收到警告 |
拯救了50W将要失业的 iOS开发人员 |
围观,凑个 600 。 |
围观事态发展 |
给苹果提问:(等待回复) |
回复“加一”、“+1”、“同样收到”的小伙伴们会不会点楼主左下角的加一符号? 我借机 block 了一大波缺德人士。 |
那你回复我干嘛。直接block不就行了,智障
在2017年03月08 23时38分, "cologler"<notifications@github.com>写道:
回复“加一”、“+1”、“同样收到”的小伙伴们会不会点楼主左下角的加一符号?
回复“围观”、“mark”或调侃 Apple 的小伙伴们能不能只是点击右边的 Subscribe 按钮然后乖乖闭嘴?
你们理解邮箱收到一堆这种垃圾邮件的感受吗?
我借机 block 了一大波缺德人士。
@sleepywk 可以把这话润色一下挂在贴首了。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
为什么这个Issue还不关闭,大多数评论都是对问题毫无意义的 |
很多人太无聊了,取关!看看react native下面相关问题的回复,再看看这个,差距太大了。 |
今天早上接到了美国苹果电话,点名要求删除JSPatch,看来就是JSPatch的原因 |
我也收到了 有人知道如果上线的app 不做更新了 会被强制下线吗 |
统一回复:关于苹果警告 http://blog.cnbang.net/internet/3374/ |
围观 |
莫名其妙的收到了邮件+1 |
最新进展 我给苹果写信问了具体原因,得到的回复如下:
|
收到,会不会强制下架啊? |
我们也收到了,不过我们并没有使用任何热更新方案,也没有用到JSCore,不过倒是用到几个邮件里面提到的API,这算是误报了吧?有没有一样的啊? |
对于警告邮件中提到的一些api,Apple说不能随意传递任意参数,对于参数,要在编译期间就能够确定。那么对于AFNetworkding的代码: for (NSString *keyPath in AFHTTPRequestSerializerObservedKeyPaths()) { |
估计是看量,我代码里用类似形式多的被警告了,另一个用的少没被警告 @woshiqyb ,被警告的里面没有任何第三方和JSPatch,没警告的里面JSPatch混淆了没用太多高级语法,但能动态改页面。现在懵逼了,完全想不到怎么改,正想怎么做套混淆,合着写的高级点被警告,low的一逼全js写外面简单混淆就没事太扯了 |
提交被拒了 Your app, extension, and/or linked framework appears to contain code designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with section 3.3.2 of the Apple Developer Program License Agreement and App Store Review Guideline 2.5.2. This code, combined with a remote resource, can facilitate significant changes to your app’s behavior compared to when it was initially reviewed for the App Store. While you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote scripts in order to change app behavior or call SPI, based on the contents of the downloaded script. The Objective-C methods respondsToSelector: and performSelector: are still supported and allowed. For example, they can be used to check OS compatibilty before using a selector. However, you should only pass selectors to these methods, which are specified at compile time. If you think you are using static selectors, it’s possible a third-party framework you’ve added to your app is not in compliance. Even if the remote resource is not intentionally malicious, it could easily be hijacked via a Man In The Middle (MiTM) attack, which can pose a serious security vulnerability to users of your app. Please perform an in-depth review of your app and remove any code, frameworks, or SDKs that fall in line with the functionality described above before submitting the next update for your app for review. Best regards, App Store Review |
总结一下我们微信和QQ群里目前讨论出来的一些情况: 我们的群地址如下,请入群同学自觉,不要讨论非技术话题。 |
被拒了一次(仅仅注释了个推1.4.3的代码,没有删除Pods的引用)后,今天审核通过了。换了新的个推SDK1.6.2.0,就通过了。 |
个推已经推出最新的SDK 可以通过审核 目前已经审核通过 |
@bang590 的回复
今天收到Apple的警告邮件。
应用中使用了JSPatch一段时间了,之前的版本是没有问题的。
而且这个通知邮件也不是在提交更新版本审核过程中收到,而是苹果主动发出的。
是否和JSPatch有关?
如果有关请问是否有解决方案。
其它开发者最近有收到类似邮件的话,也请分享一下。请不要灌水。相关信息 / Related information
The text was updated successfully, but these errors were encountered: