You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class CBAdvertisementData has default access modifier, which doesn't allow it to be instantiated in application code, outside of the package itself.
Hence, CBPeripheralManager.startAdvertising() can only be called with null.
The text was updated successfully, but these errors were encountered:
The class CBAdvertisementData has default access modifier, which doesn't allow it to be instantiated in application code, outside of the package itself.
Hence, CBPeripheralManager.startAdvertising() can only be called with null.
The text was updated successfully, but these errors were encountered: