فهرست منبع

fix: App Store Guideline 5.3.2 - added official rules and Apple sweepstakes disclaimer

zbb 1 ماه پیش
والد
کامیت
231468c429

+ 1 - 1
app.json

@@ -12,7 +12,7 @@
       "supportsTablet": false,
       "bundleIdentifier": "com.asios",
       "appleTeamId": "Y9ZVX3FRX6",
-      "buildNumber": "20",
+      "buildNumber": "21",
       "infoPlist": {
         "CFBundleDisplayName": "艾斯潮盒",
         "ITSAppUsesNonExemptEncryption": false,

+ 1 - 0
app/award-detail/components/RuleModal.tsx

@@ -68,6 +68,7 @@ export const RuleModal = forwardRef<RuleModalRef>((_, ref) => {
             <Text style={styles.title}>玩法规则</Text>
             <ScrollView style={styles.scrollView} showsVerticalScrollIndicator={false}>
               <Text style={styles.ruleText}>{rules}</Text>
+              <Text style={[styles.ruleText, { marginTop: 15, color: '#999', fontSize: 12 }]}>特别声明:本抽赏活动及相关福利均由艾斯潮盒官方发起,与苹果公司(Apple Inc.)无关。苹果公司不是活动的赞助商,也没有以任何形式参与。</Text>
             </ScrollView>
           </ImageBackground>
 

+ 2 - 1
app/dimension/components/CatchRuleModal.tsx

@@ -36,6 +36,7 @@ export const CatchRuleModal = forwardRef<CatchRuleModalRef>((_, ref) => {
                             <Text style={styles.textTitle}>源力币获取途径</Text>
                             <Text style={styles.text}>在宝箱中购买超神或欧皇款后,系统自动发放源力市。</Text>
                             <Text style={styles.text}>(超神款2个,欧皇款1个)</Text>
+                            <Text style={[styles.text, { marginTop: 10, color: '#999', fontSize: 10 }]}>特别声明:扭蛋机及相关福利活动由艾斯潮盒官方发起,与苹果公司(Apple Inc.)无关。苹果不是赞助商,也没有以任何形式参与。</Text>
                         </View>
                     </ImageBackground>
                     <TouchableOpacity onPress={() => setVisible(false)} style={styles.closeBtn}>
@@ -60,7 +61,7 @@ const styles = StyleSheet.create({
     },
     bgContainer: {
         width: 357, // 714rpx
-        height: 252, // 504rpx
+        height: 290, // adjusted for disclaimer
         paddingTop: 32, // 64rpx
         alignItems: 'center',
     },

+ 2 - 1
app/dimension/components/RuleModal.tsx

@@ -38,6 +38,7 @@ export const RuleModal = forwardRef<RuleModalRef>((_, ref) => {
                             <Text style={styles.text}>2.您可以查看完整版《用户协议》和《隐私政策》 以便了解我们收集、使用、存储信息的情况,以及对信息的保护措施</Text>
                             <Text style={styles.text}>3.不支持设置私密房间</Text>
                             <Text style={styles.text}>4.参与热度仅代表房间热度,不代表具体人数</Text>
+                            <Text style={[styles.text, { marginTop: 10, color: '#999', fontSize: 10 }]}>特别声明:本应用内包含的所有抽奖及活动(包括APP专享活动等)均由艾斯潮盒官方发起,与苹果公司(Apple Inc.)无关。苹果公司不是上述活动的赞助商,也没有以任何形式参与上述活动。</Text>
                         </View>
                     </ImageBackground>
                     <View style={styles.closeContainer}>
@@ -64,7 +65,7 @@ const styles = StyleSheet.create({
     },
     bgContainer: {
         width: 300, // 600rpx approx
-        height: 300, // 600rpx approx
+        height: 340, // increased for disclaimer
         justifyContent: 'flex-start',
         paddingHorizontal: 25, // 50rpx
         paddingTop: 75, // 150rpx

+ 1 - 0
app/dimension/components/WishRuleModal.tsx

@@ -61,6 +61,7 @@ export const WishRuleModal = forwardRef<WishRuleModalRef, {}>((props, ref) => {
                             showsVerticalScrollIndicator={false}
                         >
                             <Text style={styles.text}>{content || '暂无规则内容'}</Text>
+                            <Text style={[styles.text, { marginTop: 15, color: '#999', fontSize: 12 }]}>特别声明:本祈愿福利活动由艾斯潮盒官方发起,与苹果公司(Apple Inc.)无关。苹果公司不是活动的赞助商,也没有以任何形式参与。</Text>
                         </ScrollView>
                     </ImageBackground>
 

+ 1 - 0
app/treasure-hunt/components/RuleModal.tsx

@@ -68,6 +68,7 @@ export const RuleModal = forwardRef<RuleModalRef>((_, ref) => {
             <Text style={styles.title}>玩法规则</Text>
             <ScrollView style={styles.scrollView} showsVerticalScrollIndicator={false}>
               <Text style={styles.ruleText}>{rules}</Text>
+              <Text style={[styles.ruleText, { marginTop: 15, color: '#999', fontSize: 12 }]}>特别声明:本抽奖活动及相关福利由艾斯潮盒官方发起,与苹果公司(Apple Inc.)无关。苹果公司不是活动的赞助商,也没有以任何形式参与。</Text>
             </ScrollView>
           </ImageBackground>