This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

iOS7(iPad2) nRF UART App can't Send

My ipad 2 IOS6.3 nRF UART App is OK When update to IOS7, it can't Send out -- nRF51822 don't received. but can received from nRF51822 UART.

Parents
  • We are aware that there is an issue with the current version of nRF UART. There will be an updated version that fixes this, but I can unfortunately not give any schedule for this yet.

    I'm sorry for the inconvenience.

    Edit: The updated version have now been released on our web-site, and is in review with Apple. If you have an Xcode environment setup, you can download the code here and compile it yourself.

    For reference, the bug was that the app tried to use a Write Command on a characteristic with the Write Request property. It seems that iOS 6 just "downgraded" this, while iOS 7 instead didn't do anything, causing an application crash.

Reply
  • We are aware that there is an issue with the current version of nRF UART. There will be an updated version that fixes this, but I can unfortunately not give any schedule for this yet.

    I'm sorry for the inconvenience.

    Edit: The updated version have now been released on our web-site, and is in review with Apple. If you have an Xcode environment setup, you can download the code here and compile it yourself.

    For reference, the bug was that the app tried to use a Write Command on a characteristic with the Write Request property. It seems that iOS 6 just "downgraded" this, while iOS 7 instead didn't do anything, causing an application crash.

Children
No Data
Related