Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 能否不要在启动时申请蓝牙权限,变更到调用相关api时在申请权限 #122

Open
windstylebar opened this issue Feb 6, 2025 · 2 comments
Labels

Comments

@windstylebar
Copy link

如题,需要把iOS相关初始化延迟,相关变量如下

    lazy var mCentralManager: CBCentralManager = CBCentralManager()
    lazy var mPeripheralManager: CBPeripheralManager = CBPeripheralManager()
@windstylebar windstylebar changed the title iOS 能否不在启动时申请权限,在使用的页面在申请权限 iOS 能否不要在启动时申请蓝牙权限,变更到相关api时在申请权限 Feb 6, 2025
@windstylebar windstylebar changed the title iOS 能否不要在启动时申请蓝牙权限,变更到相关api时在申请权限 iOS 能否不要在启动时申请蓝牙权限,变更到调用相关api时在申请权限 Feb 6, 2025
@yanshouwang
Copy link
Owner

会在下个版本支持

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants