iOS开发-审核被拒原因总结[持续更新]

交流群

更多iOS审核问题欢迎加QQ群 828079826

GitHub整理的分类被拒方案,欢迎大家pull request.

AppStoreReviewGuidelines

即将实行的隐私政策要求

即将实行的隐私政策要求
2018年8月31日
敬请留意:《App Store 审核指南》于 6 月进行了更新,要求所有的新 App 和 App 更新都需提供隐私政策,作为 App 审核流程的一部分。自2018年10月3日起,App Store Connect 将要求所有的新 App 和 App 更新都提供隐私政策,才可提交至 App Store 或通过 TestFlight 外部测试进行分发。此外,您只有在提交 App 的新版本时,才能编辑 App 的隐私政策链接或文本。

若要添加或编辑您在 App Store 上的隐私政策:

请前往 App Store Connect 中的“我的 App”,点按您的 App。
在“App Store”下,点按“App 信息”。
在右上角为 iOS App 或 macOS App 添加您的隐私政策链接,或直接为 Apple TVOS App 输入隐私政策文本。
点按“存储”。

若要为通过 TestFlight 外部测试进行分发的 App 添加隐私政策链接:

请前往 App Store Connect 中的“我的 App”,点按您的 App。
在“TestFlight”下,点按“测试信息”。
为 iOS App 添加您的隐私政策链接,或直接为 Apple TVOS App 输入隐私政策文本。
点按“存储”。

App Store 审核指南

App Store 审核指南
请对照条例在App Store 审核指南中查找具体原因

加速审核

因为严重BUG我已经成功申请了两次加速审核了

https://developer.apple.com/contact/app-store/?topic=expedite

加速审核的时候再次被拒怎么办?

这里申请成功之后给发的邮件! 如果加速审核的时候再次被拒,重新提交依然会回到加速队列中

Thank you for contacting App Store Review to request an expedited review.We understand that situations arise which require an exceptional response, so we have made an additional exception for your app and will proceed with an expedited review.If your app is rejected during this review, it is not necessary to request another Expedited Review when you resubmit. Once you revise and resubmit your binary (or metadata, in the case of a Metadata Rejection), your app will be automatically returned to the expedite queue.We would like to remind you that expedited reviews are provided on a limited basis. Please keep in mind that we may not be able to accommodate additional requests in the future.Best regards,App Store Review

Legal: Intellectual Property - Third Party Sites/Services(法律)

Guideline 5.2.2 - Legal
Your app contains various copyrighted movies or TV shows. The use of third-party copyrighted materials requires documented evidence of your right to use such content in your app.

解决方案:

To resolve this issue, please provide documentary evidence of rights to use this content. Once we have reviewed your documentation and confirmed its validity, we will proceed with the review of your app.
Alternatively, please remove the third-party content from your app and its metadata

要解决此问题,请提供使用此内容的权利的书面证据。 一旦我们审查了您的文档并确认其有效性,我们将继续审查您的应用程序。
或者,请从您的应用程序及其元数据中删除第三方内容。

Safety: Objectionable Content (安全:不良内容)

文案给我的APP描述中出现了老司机的词汇,审核被拒

Guideline 1.1 - Safety
Your app includes content that many users would find objectionable and offensive. Specifically, 老司机 reference displayed in description.

解决方案:

要解决此问题,请从您的应用程序中删除所有可能令人反感的内容,并提交修改的二进制文件以供审核。有关应用设计信息,请访问Apple开发者网站上的以下视频:“伟大的iOS UI设计的最佳实践”和“直观的用户体验设计”。大白话:删除敏感词汇

To resolve this issue, please remove all potentially objectionable content from your app and submit your revised binary for review.
For app design information, check out the following videos: "Best Practices for Great iOS UI Design" and "Designing Intuitive User Experiences," available on the Apple Developer website.
You may also want to review the iOS Human Interface Guidelines for more information on how to create a great user experience in your app.

PLA 1.2

The seller and company names associated with your app do not reflect the name of the responsible institution in the app or its metadata, as required by section 1.2 of the [Apple Developer Program License Agreement](https://developer.apple.com/terms/).

Guideline 5.2.1 - Legal - Intellectual Property

Your app facilitates, enables, or encourages live video chat or performance (网络直播/表演/秀场), but you haven’t provided an Internet Culture Business License (网络文化经营许可证) for the services in your app.

Next Steps

To resolve this issue, please complete the following:

— Provide an Internet Culture Business License (网络文化经营许可证) for the services in your app in the App Review Information section of iTunes Connect.
— List Internet Show (网络表演/秀场) in the allowed business areas (经营范围) section of the Internet Culture Business License (网络文化经营许可证).
— Ensure the seller and artist names associated with your account match the authorized name (单位名称) listed in the Internet Culture Business License (网络文化经营许可证).
  • 解决方式

上传网络文化许可证

To provide a copy of the Internet Culture Business License (网络文化经营许可证):

  • Log in to iTunes Connect
  • Click on "My Apps"
  • Select your app
  • Click on the app version on the left side of the screen
  • Scroll down to "App Review Information"
  • Attach the scanned copy of your Internet Culture Business License (网络文化经营许可证) in the “Attachment” section
  • Click "Save"

Once this information is available, please reply to this message in Resolution Center, and we can continue with our review.

Guideline 2.1 - Performance - App Completeness

We found that your in-app purchase products exhibited one or more bugs when reviewed on iPhone running iOS 10.3.3 on Wi-Fi connected to an IPv6 network.

Specifically, an error message displayed after IAP purchase is completed.
Next Steps

When validating receipts on your server, your server needs to be able to handle a production-signed app getting its receipts from Apple’s test environment. The recommended approach is for your production server to always validate receipts against the production App Store first. If validation fails with the error code “Sandbox receipt used in production,” you should validate against the test environment instead.

这个看到IPv6 network 不要以为是IPv6的问题,仔细看Next steps中的描述 If validation fails with the error code “Sandbox receipt used in production,” you should validate against the test environment instead 也就是如果验证失败,并出现错误代码“生产中使用的沙盒收据”,则应该针对测试环境进行验证。简单说就是审核期间,内购的验证要先去测试正式环境验证,如果有错误代码就要去测试沙盒地址验证!

我曾在iOS开发-2017苹果内购最新教程写到过这个问题,但是服务器端的同学为避免测试任务误操作,所以去掉了验证!/(ㄒoㄒ)/~~

  • Guideline 2.5.4 - Performance - Software Requirements
Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location. Apps that declare support for location in the UIBackgroundModes key in your Info.plist file must have features that require persistent location.

Next Steps

To resolve this issue, please revise your app to include features that require the persistent use of real-time location updates while the app is in the background.

If your app does not require persistent real-time location updates, please remove the "location" setting from the UIBackgroundModes key. You may wish to use the significant-change location service or the region monitoring location service if persistent real-time location updates are not required for your app features.

Resources

For more information, please review the Starting the Significant-Change Location Service and Monitoring Geographical Regions.

我们项目中没有用到后台持续定位的权限,但是plist用到了权限,解决方法:去掉location键值对!

Guideline 4.2.3 - Design - Minimum Functionality

We were required to install QQ and WeChat before we could use your app.
Apps should be able to run on launch, without requiring additional apps to be installed.

Next Steps

To resolve this issue, please revise your app to ensure that users can use them upon launch. 
If your app requires authentication before use, please use methods that can authenticate users from within your app.

我们需要安装QQ和WeChat才能使用您的应用程序。应用程序应该能够在启动时运行,而不需要安装其他应用程序. 我们使用了QQ和微信的第三方登录,但没有检测用户是否安装了QQ和微信!

  • 解决方案:
    利用微信和QQ的APi进行检测
    if ([WXApi isWXAppInstalled]) { // 安装了微信

    }
    if ([QQApiInterface isQQInstalled]) { // 安装了QQ

    }

Guideline 2.1 - Information Needed

We have started the review of your app, but we are not able to continue because we need additional information about your app.

Next Steps

To help us proceed with the review of your app, please provide detailed information to the following questions. The more information you can provide upfront, the sooner we can complete your review.

- How do users obtain 花苞? 

Once you reply to this message in Resolution Center with the requested information, we can proceed with your review.

我们项目中有花苞这个虚拟币的概念! 这是被拒了第二次,之前通过解决方案中心进行了回复顺利审核了,这次又被拒!建议在每次审核的备注中添加上花苞的获取方式! 同理上面的网络文化许可证的问题,也在附件中添加上,避免每次因为同样的问题被拒,浪费时间

Guideline 1.2 - Safety - User Generated Content

Your app enables the display of user-generated content but does not have the proper precautions in place.

Next Steps

To resolve this issue, please revise your app to implement all of the following precautions:

- Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content or abusive users
- A method for filtering objectionable content
- A mechanism for users to flag objectionable content
- A mechanism for users to block abusive users
- The developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content

解决方案:
用户注册流程,增加用户协议! 各种原因之前的用户协议被产品去掉了,所以出现了被拒! 另外内购的充值帮助里也不能出现:30%的手续费由苹果商店获取,这是开发者与苹果的协议

使用融云即时聊天的注意被拒

如果你参考这个知识库 做了日志输出功能,上线是不要忘记了关闭

被拒原因忘记了

Guideline 2.3 - Performance - Accurate Metadata

Guideline 2.3 - Performance - Accurate Metadata
We noticed that your app's metadata includes the following information, which is not relevant to the app's content and functionality:

我也不知道为什么更新
反正就更新了
好多新功能
说出来一大堆
绝对6到起飞
慢慢体验咯

Next Steps

To resolve this issue, please revise or remove this content from your app's metadata. For resources on metadata best practices, you may want to review the App Store Product Page information available on the Apple developer portal.

Since your iTunes Connect status is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit iTunes Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.

NOTE: Please be sure to make any metadata changes to all app localizations by selecting each specific localization and making appropriate changes.

例如上面的文案,就被拒了! 去App Store 审核指南找具体的原因

App Store 审核指南

更改更新描述就可以解决了

Guideline 2.3.8 - Performance - Accurate Metadata

Guideline 2.3.8 - Performance - Accurate Metadata
We noticed that your app icons, screenshots, or other metadata items include content that is not appropriate for all age groups. Specifically, your screenshots contain content and image objectifying female.
Please see attached screenshots for details.
Next Steps
To resolve this issue, please revise your metadata to ensure that all items are appropriate for a 4+ age rating. Since this content is visible on the App Store by all users, even when purchasing is restricted by the app's rating, this content must meet the requirements for a 4+ rating.
For resources on metadata best practices, you may want to review the App Store Product Page information available on the Apple developer portal.
Since your iTunes Connect status is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit iTunes Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.
NOTE: Please be sure to make any metadata changes to all app localizations by selecting each specific localization and making appropriate changes.

反馈的截图是应用商店的屏幕截图,有点暴漏,修改图片重新提交。像女神等你来撩,高颜值视频社交平台这些词汇都会被拒


审核柜子

或许你有疑惑,我的APP等级分级是17+,而屏幕截图却需要4+的等级限制! 这是因为你的APP分级是下载的分级限制,你的评估截图展示出来的是任何人都可以访问到的!所以必须适合4+的分级限制


APP分级

Guideline 3.1.1 - Business - Payments - In-App Purchase

Guideline 3.1.1 - Business - Payments - In-App Purchase
We noticed that your app or its metadata enables the purchase of content, services, or functionality in the app by means other than the in-app purchase API, which is not appropriate for the App Store.
Specifically, your app enables points, or intermediate currencies, without using the in-app purchase API.
The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.
**Next Steps**
- Review the In-App Purchase section of the
 [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/)

- Ensure your app is compliant with all sections of the

 [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/) 

and the

 [Terms & Conditions](https://developer.apple.com/terms/) 

of the Apple Developer Program.

- Once your app is fully compliant, resubmit your app for review.

If you believe your app is compliant with the

 [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/)

, you may submit an appeal. Alternatively, you may provide additional details about your app by replying directly to this message.

**In-App Purchase**

It may be appropriate to revise your app to use the in-app purchase API to provide content purchasing functionality.

In-app purchase provides several benefits, including:

- The flexibility to support a variety of business models.

- Impacting your app ranking by consolidating your sales to one app rather than distributing them across multiple apps.

- An effective marketing vehicle to drive additional sales of new content.

For information on in-app purchase, please refer to the following documentation:

[In-App Purchase for Developers](https://developer.apple.com/in-app-purchase/)

[In-App Purchase Programming Guide](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/)

For step-by-step instructions on in-app purchase creation within iTunes Connect, refer to

 [In-App Purchase for Developers](https://developer.apple.com/in-app-purchase/)

解决办法:遇到这种情况如果是审核员审核失误,不要重新提交审核!直接邮件回复说明情况,这样会继续审核你的应用的!话术根据实际情况来解释

Thank you for reviewing our application. While there may be an erroneous understanding of the audit process in our application's payment function.

Our company offers live and mall service, the mall will involve the payment of goods, but this is not an in-app purchase of virtual products.Purchase goodsWe use the Alipay and WeChat to buy! Live related virtual in-house purchase Project We are using the internal purchase. Screenshots of our products to buy

感谢您审查我们的申请。 虽然我们的应用程序的支付功能可能会对审计过程有一个错误的理解。
我们的公司提供的是直播和商城的服务,商城中的商品会涉及到支付,但这并不是应用内购买虚拟产品.购买商品我们使用的是支付宝和微信的购买方式!直播相关的虚拟内购项目我们使用的是内购.截图是我们的商品购买

Guideline 1.1 - Safety - Objectionable Content

Your app includes content that many users would find objectionable and offensive. Specifically, your app contains objectionable content.
Please see attached screenshots for details.
Next Steps
To resolve this issue, please remove all potentially objectionable content from your app and submit your revised binary for review.
We look forward to reviewing your resubmission.
Best regards,
App Store Review

主要是APP中包含暴露的视频或者是图片!但是想映客花椒之类的我们看到的其实挺多的! 我们如何操作才能正常审核通过呢?
方式一:通过接口控制审核过程中把这类相关的东西屏蔽掉!审核通过后记得打开
方式二:给定苹果审核的测试账号的特定的账号!这个账号能够浏览的东西是后台指定的
两种方案中方式二是简单快捷的!

Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing

We noticed that your app does not obtain the user's consent prior to uploading users' scores to a global leaderboard.

To collect personal data with your app, you must make it clear to the user that their personal data will be uploaded to your server.

Next Steps

To resolve this issue, please revise your app to include a privacy policy URL in the App Information page on iTunes Connect and ensure that the URL you provide directs users to your privacy policy.

项目中有排行榜的功能,然后被拒了
解决方案:在iTunesConnect中的APP信息中添加隐私策略URL

Guideline 1.2 - Safety - User Generated Content

Your app enables the display of user-generated content but does not have the proper precautions in place.

**Next Steps**

To resolve this issue, please revise your app to implement all of the following precautions:

- Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content or abusive users
- A method for filtering objectionable content
- A mechanism for users to flag objectionable content
- A mechanism for users to block abusive users
- The developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content

**Request a phone call from App Review**

At your request, we can arrange for an Apple Representative to call you within the next three to five business days to discuss your App Review issue.

[Request a call to discuss your app’s review.](https://developer.apple.com/contact/app-store/?topic=1.2.0)

Please see attached screenshot for details.

Since your iTunes Connect status is Rejected, a new binary will be required. Make the desired metadata changes when you upload the new binary

解决方式:

在iTunesConnect中的APP信息中添加隐私策略URL,在相关位置增加举报功能

Guideline 3.2 - Business

We found that your app is not appropriate for the World storefront because it is a custom app designed specifically for an organization, whose users are in China.

At this time, China is not part of the [Volume Purchase Program](https://www.apple.com/business/vpp/).

**Next Steps**

Please revise your app to set the storefront to China.

**Resources**


You can find additional information regarding the Volume Purchase Program and the Custom B2B Store in [App Store Connect Developer Help](https://help.apple.com/itunes-connect/developer/#/dev300c2c5bf).

Since your iTunes Connect status is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit iTunes Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.

解决方式: 修改销售区域,回复继续审核

Guideline 2.5.4 - Performance - Software Requirements

后台持续定位问题

Your app declares support for location in the `UIBackgroundModes` key in your Info.plist file but does not have any features that require persistent location. Apps that declare support for location in the UIBackgroundModes key in your Info.plist file must have features that require persistent location.

Next Steps

To resolve this issue, please revise your app to include features that require the persistent use of real-time location updates while the app is in the background.

If your app does not require persistent real-time location updates, please remove the "location" setting from the UIBackgroundModes key. You may wish to use the significant-change location service or the region monitoring location service if persistent real-time location updates are not required for your app features.

解决方案:
搜索到很多方案是定位权限键值对的问题!

删除ocation字段

把上面键值对中的location删除掉就可以啦

Guideline 1.1.6 - Safety - Objectionable Content

问题描述:

Your app's metadata contains misleading content or content that is intended to deceive users.

Please note that adding a disclaimer to the app description is not sufficient if the rest of the metadata and the app are misleading.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

**Next Steps**

- Review the Objectionable Content section of the [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/).
- Ensure your app is compliant with all sections of the [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/) and the [Terms & Conditions](https://developer.apple.com/terms/) of the Apple Developer Program. 
- Once your app is fully compliant, resubmit your app for review.

Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the [Terms & Conditions](https://developer.apple.com/terms/) of the Apple Developer Program to learn more about our policies regarding termination.

解决方案:
我项目中出现了敏感词:马后炮,老司机删除就可以!

Guideline 2.1 - Information Needed

问题描述:

This type of app has been identified as one that may violate one or more of the following [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/). Specifically, these types of apps often:

1.1.6 - Include false information, features, or misleading metadata
2.3.0 - Undergo significant concept changes after approval
2.3.1 - Have hidden or undocumented features, including hidden "switches" that redirect to a gambling or lottery website
3.1.1 - Use payment mechanisms other than in-app purchase to unlock features or functionality in the app
3.2.1 - Do not come from the financial institution performing the loan services
4.3.0 - Are a duplicate of another app or are conspicuously similar to another app
5.2.1 - Were not submitted by the legal entity that owns and is responsible for offering any services provided by the app
5.2.3 - Facilitate illegal file sharing or include the ability to save, convert, or download media from third party sources without explicit authorization from those sources
5.3.4 - Do not have the necessary licensing and permissions for all the locations where the app is used

Before we can continue with our review, please confirm that this app does not violate any of the above guidelines. You may reply to this message in Resolution Center or the App Review Information section in App Store Connect to verify this app’s compliance. 

Given the tendency for apps of this type to violate the aforementioned guidelines, this review will take additional time. If at any time we discover that this app is in violation of these guidelines, the app will be rejected and removed from the App Store, and it may result in the termination of your Apple Developer Program account.

Should you choose to resubmit this app without confirming this app’s compliance, the next submission of this app will still require a longer review time. Additionally, this app will not be eligible for an expedited review until we have received your confirmation.

解决方案:
这只是机审给的警告,如果你的APP没有问题,直接回复审核团队就行
如:

感谢审阅!
实际上,我们的应用程序并没有违反上面列表中的任何指导原则。
对于给定的1.1.6,我们的应用程序正确地显示了我们的内容。
对于给定的2.3.0,我们在批准后没有设计任何重要的概念变更,如果我们想要变更什么,我们实际上提供了这个应用程序的新版本。
对于给定的2.3.1,我们从未在应用程序中隐藏任何可能重定向到非法网站的“开关”。
对于给定的3.1.1,我们没有设计任何必须为在我们的应用程序中使用付费的功能。所以我们没有选择应用程序内购买。
对于给定的3.2.1,我们没有金融机构提供的贷款服务。
对于给定的4.3.0,我们将始终更新此应用程序,因此此应用程序可以与AppStore中的任何其他应用程序不同。
对于给定的5.2.1,我们有责任提供用户服务。我们的实体是合法的。
对于给定的5.2.3,我们不具备促进非法文件共享的能力,也不具备从第三方来源保存、转换或下载媒体的能力。
对于给定的5.3.4,我们位于中国北京,我们有权使用我们的应用程序。这是合法的,是合规的
我们希望你能尽快继续复习。衷心感谢
我的app是查询生字的字典类型的应用

技术支持网址问题

Hello,

Thank you for the response. The support URL specified in your app’s metadata, `我填写的是公司官网` does not properly navigate to the intended destination.

**Next Steps**

To resolve this issue, please revise your app’s support URL to ensure it directs users to a webpage with support information.

Best regards,

App Store Review

我按照网上的模板(如下):还是不可以回复信息是:

iOS 技术支持网址:
有问题的可以留言。 
邮箱地址: xxxx@qq.com
地址:xxxx
谢谢

使用上面技术支持模板同样被拒,信息如下

Hello,

Thank you for the response. To clarify, in order to be in compliance with guideline 1.5, the support url must direct users to a webpage that contains support information of the app. Please revise the support url and we look forward to your resubmission.
Best regards,

App Store Review

1.5的审核规则

1.5 开发者信息
用户需要知道如何就疑问和支持问题与您取得联系。确保您的 app 及其支持 URL 中包含能轻松联系到您的联系信息;对于可能会在课堂中使用的 app 而言,这一点尤为重要。如果未能提供准确的最新联系信息,不但会让客户有不好的感受,可能还会违反某些国家/地区的法律。另外,请确保在钱包凭证中包含发卡机构的有效联系方式,以及分配给凭证的品牌或商标所有者的专用证书。

正在寻求解决方案,目前使用了:APP描述信息+邮箱地址+联系地址的方式尝试解决

Guideline 4.3 - Design

We noticed that your app provides the same feature set as other apps submitted to the App Store; it simply varies in content or language, which is considered a form of spam.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

**Next Steps**

- Review the Design section of the [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/).
- Ensure your app is compliant with all sections of the [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/) and the [Terms & Conditions](https://developer.apple.com/terms/) of the Apple Developer Program. 
- Once your app is fully compliant, resubmit your app for review.

When creating multiple apps where content is the only varying element, you should offer a single app to deliver differing content to customers. If you would like to offer this content for purchase, it would be appropriate to use the in-app purchase API.

Alternatively, you may consider creating a web app, which looks and behaves similar to a native app when the customer adds it to their Home screen. Refer to the [Configuring Web Applications](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html) section of the Safari Web Content Guide for more information.

Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the [Terms & Conditions](https://developer.apple.com/terms/) of the Apple Developer Program to learn more about our policies regarding termination.

以下解决方案是适用于原开发者账号被封,APP重新换账号提交
解决方案:
把原有的APP移除(app信息更换),TestFlight中的构建版本设置过期,在解决方案中心回复:由于更换账号重新提交审核,已将原APP移除!做好有个移除的截图!亲测三次同样问题都审核通过

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 194,491评论 5 459
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 81,856评论 2 371
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 141,745评论 0 319
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 52,196评论 1 263
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 61,073评论 4 355
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 46,112评论 1 272
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 36,531评论 3 381
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 35,215评论 0 253
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 39,485评论 1 290
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 34,578评论 2 309
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 36,356评论 1 326
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 32,215评论 3 312
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 37,583评论 3 299
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 28,898评论 0 17
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 30,174评论 1 250
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 41,497评论 2 341
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 40,697评论 2 335

推荐阅读更多精彩内容