소스 검색

添加app_apple_id

linhaohong 1 년 전
부모
커밋
f35b0dc6c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/InAppPurchaseController.py

+ 1 - 1
Controller/InAppPurchaseController.py

@@ -116,7 +116,7 @@ class InAppPurchaseView(View):
                     root_certificates.append(file.read())
 
             enable_online_checks = True
-            app_apple_id = None  # 生产环境必需
+            app_apple_id = 1355964934  # 生产环境必需
             signed_data_verifier = SignedDataVerifier(
                 root_certificates, enable_online_checks, environment, bundle_id, app_apple_id)