惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
T
Troy Hunt's Blog
L
Lohrmann on Cybersecurity
S
Schneier on Security
Spread Privacy
Spread Privacy
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
GRAHAM CLULEY
博客园 - 【当耐特】
有赞技术团队
有赞技术团队
SecWiki News
SecWiki News
博客园 - 叶小钗
博客园 - Franky
V
Vulnerabilities – Threatpost
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
O
OpenAI News
小众软件
小众软件
V
V2EX
N
News and Events Feed by Topic
T
The Exploit Database - CXSecurity.com
博客园 - 三生石上(FineUI控件)
The Hacker News
The Hacker News
Project Zero
Project Zero
The Last Watchdog
The Last Watchdog
雷峰网
雷峰网
Google Online Security Blog
Google Online Security Blog
T
Tailwind CSS Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
量子位
D
Docker
Recent Announcements
Recent Announcements
T
Threat Research - Cisco Blogs
P
Privacy International News Feed
爱范儿
爱范儿
PCI Perspectives
PCI Perspectives
Jina AI
Jina AI
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
大猫的无限游戏
大猫的无限游戏
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Register - Security
The Register - Security
T
The Blog of Author Tim Ferriss
博客园 - 聂微东
Cloudbric
Cloudbric
S
Security Affairs
F
Fortinet All Blogs

博客园 - super1250

技术支持网址 (URL) 填写的地址 通过Homebrew安装CocoaPods iOS游戏内购(记录官网链接) iOS的证书创建 Apple开发者账号注册 __swift_FORCE_LOAD_$_swiftCompatibility50 Validation failed (409) 在 Pod 库中同时使用 Swift 和 Objective-C 拒审原因2.3.4 git生成ssh秘钥 project.pbxproj文件配置详解 录音功能iosSDK iOS内购支付 打包framwork 上架总结 清理Cocoapods缓存mac flutter插件 lanh libarclite_iphonesimulator.a模拟器跑不起的问题SDK does not contain 'libarclite' at the path
Guideline 3.2.1
super1250 · 2024-09-30 · via 博客园 - super1250

Guideline 3.2.1 - Business - Other Business Model Issues - Acceptable

 Your app provides loan services but does not meet all the requirements for apps providing these services. Specifically:

 - Your app facilitates loan or credit applications for multiple loan providers but you have not provided documentation of your partnership with these financial institutions to provide these services.

These requirements give App Store users confidence that apps offering financial services are qualified to provide these services and will responsibly manage their data.

 Next Steps

It would be appropriate to take the following steps to resolve this issue:

- If you have partnered with the loan providers and are authorized to distribute this app, reply to this message and provide documentary evidence of your partnership with each loan provider. If you are not partnered with these loan providers, it would be appropriate to secure the necessary authorization from them before resubmitting for review.

 Resources 

- Learn more about requirements for acceptable business models in App Review Guideline 3.2.1.

 Support

 - Reply to this message in your preferred language if you need assistance. If you need additional support, use the Contact Us module.

原因: 协议里面的名称公司对不上

回复内容如下:

Dear,

Thank you for your feedback regarding our application. I would like to clarify that all loans offered through ViVi Nhanh are provided by us, AMC ASSET MANAGEMENT SERVICE ONE MEMBER LIMITED LIABILITY COMPANY.

It appears there may have been some confusion due to the inclusion of our Vietnamese local company name, CÔNG TY TNHH MTV DỊCH VỤ QUẢN LÝ TÀI SẢN AMC, in the loan agreements. To address this, we have updated the loan agreements to clearly state AMC ASSET MANAGEMENT SERVICE ONE MEMBER LIMITED LIABILITY COMPANY as the lender.

We appreciate your understanding and hope that you can continue the review process for our application.

Thank you for your assistance.

//------------备注参考代码------------

<?php

/** @var array $data */

$data['companyName'] = \common\helpers\Util::hasPackageConfig('companyName') ?: 'AMC ASSET MANAGEMENT SERVICE ONE MEMBER LIMITED LIABILITY COMPANY';

?>

<!DOCTYPE html>

<html lang="vi">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <title>Thỏa thuận vay</title>

    <style>

        body {

            font-family: Arial, sans-serif;

            margin: 0;

            padding: 0;

            ">#f4f4f4;

            color: #333;

            font-size: 16px;

        }

        .container {

            max-width: 90%;

            margin: 20px auto;

            padding: 20px;

           

            border-radius: 8px;

            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

        }

        header {

            ">#f5f5f5;

            padding: 15px;

            text-align: center;

            border-radius: 8px 8px 0 0;

        }

        h2 {

            border-bottom: 2px solid #436CFC;

            padding-bottom: 10px;

        }

        table {

            width: 100%;

            margin: 20px 0;

            border-collapse: collapse;

        }

        th, td {

            padding: 10px;

            text-align: center;

            border: 1px solid #f5f5f5;

            font-size: 0.9em;

        }

        th {

            ">#f5f5f5;

            /*color: white;*/

        }

        p {

            line-height: 1.6;

        }

        .highlight {

            font-weight: bold;

            /*color: #D9534F;*/

            ">#f5f5f5;

            padding: 5px;

            border-radius: 4px;

        }

        footer {

            text-align: center;

            padding: 10px;

            ">#f5f5f5;

            color: white;

            position: relative;

            bottom: 0;

            width: 100%;

            margin-top: 20px;

            border-radius: 0 0 8px 8px;

        }

    </style>

</head>

<body>

<div class="container">

    <header>

        <h1>Thỏa thuận vay</h1>

    </header>

    <p><b>Người vay: <span class="highlight"><?= $data['name'] ?></span></b></p>

    <p><b>Người cho vay: <span class="highlight"><?= $data['companyName'] ?></span></b></p>

    <p><b>Ngày vay: <span class="highlight"><?= $data['loanTime'] ?></span></b></p>

    <h2>Kế hoạch thanh toán</h2>

    <table>

        <tr>

            <th>Kỳ hạn</th>

            <th>Số tiền trả</th>

            <th>Ngày trả</th>

        </tr>

        <?php foreach ($data['repayPlans'] as $repayPlan): ?>

            <tr>

                <td><?= $repayPlan['period'] ?></span></td>

                <td><?= $repayPlan['repayAmount'] ?></span></td>

                <td><?= $repayPlan['repayDay'] ?></span></td>

            </tr>

        <?php endforeach; ?>

    </table>

 

    <table class="tab2">

        <tr>

            <td>Số tiền vay</td>

            <td><span class="highlight"><?= $data['principal'] ?></span></td>

        </tr>

        <tr>

            <td>Kỳ hạn vay</td>

            <td><span class="highlight"><?= $data['term'] ?></span> ngày</td>

        </tr>

        <tr>

            <td>Lãi suất</td>

            <td><span class="highlight"><?= $data['loanRate'] ?></span></td>

        </tr>

        <tr>

            <td>Phí dịch vụ</td>

            <td><span class="highlight"><?= $data['service_fee'] ?></span></td>

        </tr>

        <tr>

            <td>Tên chủ tài khoản</td>

            <td><span class="highlight"><?= $data['name'] ?></span></td>

        </tr>

    </table>

 

    <p>

        <span class="highlight"><?= $data['companyName'] ?></span> và <span class="highlight"><?= $data['name'] ?></span> đã ký một thỏa thuận, trong đó <span class="highlight"><?= $data['companyName'] ?></span> sẽ cung cấp một khoản vay tiền mặt cho <span class="highlight"><?= $data['name'] ?></span> trong <span class="highlight"><?= $data['loanTime'] ?></span> ngày. Lãi suất hàng tháng của khoản vay là 1.5%, tương đương với lãi suất hàng năm là 18%. <span class="highlight"><?= $data['name'] ?></span> cam kết thực hiện một loạt các khoản trả góp đều đặn trong <span class="highlight"><?= $data['period'] ?></span>, và khoản trả góp đầu tiên đáo hạn vào ngày <span class="highlight"><?= $data['firstrRepayDay'] ?></span>.

    </p>

    <p>

        Nếu <span class="highlight"><?= $data['name'] ?></span> không thanh toán đúng hạn, một khoản phí trễ hạn 5% sẽ được thêm vào số tiền còn lại. Nếu không thanh toán khoản vay đúng hạn, <span class="highlight"><?= $data['companyName'] ?></span> có quyền tiến hành hành động pháp lý theo luật và quy định có liên quan.

    </p>

    <p>

        Thỏa thuận này sẽ tuân theo luật pháp Việt Nam và mọi tranh chấp liên quan đến việc thực hiện sẽ được giải quyết thông qua trọng tài hoặc, nếu cần, trước toà án Việt Nam có thẩm quyền.

    </p>

    <p>

        Bằng cách ký kết Thỏa thuận này, <span class="highlight"><?= $data['name'] ?></span> xác nhận rằng họ đã đọc và hiểu tất cả các điều khoản và đồng ý tuân thủ các điều kiện được nêu cụ thể. Chúng tôi trân trọng sự hiểu biết và kiên nhẫn của bạn.

    </p>

</div>

</body>

</html>