Skip to content

AppleBleConfiguration #1399

Closed Answered by aritchie
AppGod95 asked this question in Q&A
Discussion options

You must be logged in to vote

You can do following for a MAUI single project:

#if IOS
services.AddBluetoothLE(null, new AppleBleConfiguration(true));
#elif ANDROID
services.AddBluetoothLE();
#endif

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AppGod95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants