Commit e1c4d9b1 by ethanlamzs

Merge branch 'feature-2607-iosbuild-ext-new' into feature-2607-iosbuild-ext

2 parents 1d8c2b03 64002d44
......@@ -10,7 +10,7 @@ import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:package_info_plus/package_info_plus.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:appframe/services/subscription_service_ios.dart';
import 'app.dart';
void main() async {
......@@ -21,6 +21,11 @@ void main() async {
await _initH5Version();
await _initIOSGesture();
if (Platform.isIOS){
SubscriptionService _subService = SubscriptionService();
_subService.initialize();
}
runApp(const App());
}
......
name: appframe
description: "app frame project."
publish_to: 'none'
version: 1.1.2
version: 1.1.4
environment:
sdk: ">=3.5.0 <4.0.0"
......@@ -62,7 +62,7 @@ dependencies:
# --- Apple 登录 ---
sign_in_with_apple: ^7.0.1
in_app_purchase: ^3.2.0 # 使用最新稳定版
in_app_purchase: ^3.2.3 # 使用最新稳定版
http: ^1.2.0 # 用于服务端验证
# --- 音视频与直播 (重灾区) ---
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!