Giter Site home page Giter Site logo

Comments (7)

 avatar commented on August 16, 2024

Yea I wonder when redbearlab can release a new BLE_Framework for iOS7. I have problem on both the UUID deprecated and the "isConnect" deprecated.

from ios.

kevinpk avatar kevinpk commented on August 16, 2024

Johnny,

Replace

if(ble.activePeripheral.isConnected)

with

if(ble.activePeripheral.state == CBPeripheralStateConnected)

Sorry I can't help with what to do about UUID being deprecated. I came here to find that out as well!

Cheers,
Kevin

from ios.

jopiek avatar jopiek commented on August 16, 2024

Thanks!

Greets Johan

Op 3 nov. 2013, om 16:29 heeft kevinpk [email protected] het volgende geschreven:

Johnny,

Replace

if(ble.activePeripheral.isConnected)

with

if(ble.activePeripheral.state == CBPeripheralStateConnected)

Sorry I can't help with what to do about UUID being deprecated. I came here to find that out as well!

Cheers,
Kevin


Reply to this email directly or view it on GitHub.

from ios.

 avatar commented on August 16, 2024

Yeah it helped thanks a lot

from ios.

hayesmp avatar hayesmp commented on August 16, 2024

The UUID issue makes an App unbuildable in iOS 8.

It's unfortunate that Apple has flagged this willy-nilly because I think all the are concerned about are you using phone UUIDs in your code.

from ios.

sunnycyk avatar sunnycyk commented on August 16, 2024

If look at CBPeer.h, I think iOS8 now uses "identifier" which is instance of NSUUID.

from ios.

afarber avatar afarber commented on August 16, 2024

Maybe: replace UUID by peripheral.identifier.UUIDString

from ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.