native.showPopup doesn't work in IOS10.0.2?

Previously in all older IOS, the native.showPopup(“mail”,options) works fine, however after upgrading to IOS 10.0.2, it no longer opens up a pop up window. It basically hangs the app.

Has anyone else been able to successfully use native.showPopup with IOS 10?

It works as normally for me. Can you post your code for evaluation?

local options =

 {

to = “name@website.com”,

subject = “Subject goes here”,

body = “Bodytext goes here.”,

attachment =

{

 { baseDir=system.DocumentsDirectory, filename=“careerdata.db”, type=“text” },

 { baseDir=system.DocumentsDirectory, filename=“abortdata.db”, type=“text” },

 { baseDir=system.DocumentsDirectory, filename=“career”, type=“text” },

},

 }

native.showPopup(“mail”, options)

That’s it. nothing special. It works fine on all IOS versions prior to IOS 10 but on IOS 10 it does nothing.

Any messages in your device’s console log?

Hi Rob, I don’t see it in the logs, no errors or anything. This bit of the log below is grabbed just before and after tapping the button that calls the native.showPopup. But as mentioned above, the mail window pops open just fine pre-filled and with files attached in previous versions of IOS. 

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:10  SpringBoard(KeyboardArbiter)[57] <Info>: HW kbd: currently com.vdvgames.zwar ((null) < com.vdvgames.zwar)

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  SpringBoard(KeyboardArbiter)[57] <Info>: HW kbd: currently com.vdvgames.zwar ((null) < com.vdvgames.zwar)

Oct 31 09:28:11  locationd[63] <Notice>: Incrementing METs – mets:<private> metsFromGrade:<private>

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:12  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/WifiCalling.bundle’

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:12  CommCenter[77] <Notice>: #watchdog #I Callback Watchdog: checkin 9092

Oct 31 09:28:12  CommCenter[77] <Notice>: #watchdog #I Server Watchdog: checkin 9092

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: got kIOMessageDeviceHasPoweredOn, arg 0x16f70a20c

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: event 3, error 0 (<private>)

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: fDeviceState is 1

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: fDeviceState is 2

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. got device event kResumed

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. Resume transfer for type 1

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. got device event kResumed

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. Resume transfer for type 1

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. got device event kResumed

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. Resume transfer for type 1

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. got device event kResumed

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. Resume transfer for type 1

Oct 31 09:28:13  CommCenter(libATCommandStudioDynamic.dylib)[77] <Notice>: QMI: Svc=0x03(NAS) Ind MsgId=0x0051 Bin=[‘01 2A 00 80 03 03 04 07 BB 51 00 1E 00 11 08 00 83 05 00 00 96 FF FF FF 14 06 00 BB F4 A1 FF 2A 00 A2 01 00 32 A4 03 00 01 64 00’]

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: got kIOMessageDeviceWillPowerOff, arg 0x16f70a20c

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: event 2, error 0 (<private>)

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. got device event kSuspended

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. got device event kSuspended

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. got device event kSuspended

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. got device event kSuspended

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd4 0x02 0x0a 0x00

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd4, 0x2, 0xa, 00}

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/PrivateFrameworks/MobileWiFi.framework’

Oct 31 09:28:14  CommCenter[77] <Notice>: #I bars changed! old bars 4, new bars 3

Oct 31 09:28:14  CommCenter[77] <Notice>: #I Got Signal bars 4.

Oct 31 09:28:14  CommCenter[77] <Notice>: #I Sending instrument id kAWDInstrumentNetworkCondition, with Instrument serial number 924

Oct 31 09:28:14  SpringBoard(PersistentConnection)[57] <Notice>: 2016-10-31 09:28:14 +0700 SpringBoard[57]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  SpringBoard(PersistentConnection)[57] <Notice>: 2016-10-31 09:28:14 +0700 SpringBoard[57]: <PCPersistentInterfaceManager: 0x1708ef700> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  imagent(PersistentConnection)[65] <Notice>: 2016-10-31 09:28:14 +0700 imagent[65]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  locationd(PersistentConnection)[63] <Notice>: 2016-10-31 09:28:14 +0700 locationd[63]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  locationd(PersistentConnection)[63] <Notice>: 2016-10-31 09:28:14 +0700 locationd[63]: <PCPersistentInterfaceManager: 0x147da0c80> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  imagent(PersistentConnection)[65] <Notice>: 2016-10-31 09:28:14 +0700 imagent[65]: <PCPersistentInterfaceManager: 0x10034c910> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  UserEventAgent(PersistentConnection)[25] <Notice>: 2016-10-31 09:28:14 +0700 UserEventAgent[25]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  apsd(PersistentConnection)[88] <Notice>: 2016-10-31 09:28:14 +0700 apsd[88]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  apsd(PersistentConnection)[88] <Notice>: 2016-10-31 09:28:14 +0700 apsd[88]: <PCPersistentInterfaceManager: 0x1004222f0> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  UserEventAgent(PersistentConnection)[25] <Notice>: 2016-10-31 09:28:14 +0700 UserEventAgent[25]: <PCPersistentInterfaceManager: 0x1002a6d70> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  identityservicesd(PersistentConnection)[51] <Notice>: 2016-10-31 09:28:14 +0700 identityservicesd[51]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  identityservicesd(PersistentConnection)[51] <Notice>: 2016-10-31 09:28:14 +0700 identityservicesd[51]: <PCPersistentInterfaceManager: 0x11fd4fb20> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  dataaccessd(PersistentConnection)[1523] <Notice>: 2016-10-31 09:28:14 +0700 dataaccessd[1523]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  dataaccessd(PersistentConnection)[1523] <Notice>: 2016-10-31 09:28:14 +0700 dataaccessd[1523]: <PCPersistentInterfaceManager: 0x13de5a850> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/MotionCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Traffic.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/CompassCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/TimeZone.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/MotionCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/MotionCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/AppGenius.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Routine.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/AppSuggestions.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘com.apple.AppStore’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/AppGenius.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/MotionCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Routine.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Traffic.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Traffic.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Routine.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Traffic.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/AppGenius.bundle’

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: got kIOMessageDeviceHasPoweredOn, arg 0x16f70a20c

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: event 3, error 0 (<private>)

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: fDeviceState is 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. got device event kResumed

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. Resume transfer for type 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. got device event kResumed

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. Resume transfer for type 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. got device event kResumed

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. Resume transfer for type 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. got device event kResumed

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. Resume transfer for type 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: fDeviceState is 2

Oct 31 09:28:18  CommCenter(libATCommandStudioDynamic.dylib)[77] <Notice>: QMI: Svc=0x03(NAS) Ind MsgId=0x0051 Bin=[‘01 2A 00 80 03 03 04 08 BB 51 00 1E 00 11 08 00 83 05 00 00 96 FF FF FF 14 06 00 BB F5 A2 FF 0E 00 A2 01 00 32 A4 03 00 01 64 00’]

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: got kIOMessageDeviceWillPowerOff, arg 0x16f70a20c

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: event 2, error 0 (<private>)

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. got device event kSuspended

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. got device event kSuspended

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. got device event kSuspended

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. got device event kSuspended

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

This appears to be happening for me as well. Tested on an iPhone 6s with iOS 10.1.1 and an iPad Mini (Retina) with iOS 10.0.2. Built with Corona v2970.

Can someone put together a simple test case that demonstrates the issues, drop it in a zip file (complete with main.lua, build.settings, config.lua and any needed assets) and submit a bug report please?

Thanks

Rob

It works as normally for me. Can you post your code for evaluation?

local options =

 {

to = “name@website.com”,

subject = “Subject goes here”,

body = “Bodytext goes here.”,

attachment =

{

 { baseDir=system.DocumentsDirectory, filename=“careerdata.db”, type=“text” },

 { baseDir=system.DocumentsDirectory, filename=“abortdata.db”, type=“text” },

 { baseDir=system.DocumentsDirectory, filename=“career”, type=“text” },

},

 }

native.showPopup(“mail”, options)

That’s it. nothing special. It works fine on all IOS versions prior to IOS 10 but on IOS 10 it does nothing.

Any messages in your device’s console log?

Hi Rob, I don’t see it in the logs, no errors or anything. This bit of the log below is grabbed just before and after tapping the button that calls the native.showPopup. But as mentioned above, the mail window pops open just fine pre-filled and with files attached in previous versions of IOS. 

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:10  SpringBoard(KeyboardArbiter)[57] <Info>: HW kbd: currently com.vdvgames.zwar ((null) < com.vdvgames.zwar)

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:10  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:11  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:11  SpringBoard(KeyboardArbiter)[57] <Info>: HW kbd: currently com.vdvgames.zwar ((null) < com.vdvgames.zwar)

Oct 31 09:28:11  locationd[63] <Notice>: Incrementing METs – mets:<private> metsFromGrade:<private>

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:12  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/WifiCalling.bundle’

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:12  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:12  CommCenter[77] <Notice>: #watchdog #I Callback Watchdog: checkin 9092

Oct 31 09:28:12  CommCenter[77] <Notice>: #watchdog #I Server Watchdog: checkin 9092

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: got kIOMessageDeviceHasPoweredOn, arg 0x16f70a20c

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: event 3, error 0 (<private>)

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: fDeviceState is 1

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: fDeviceState is 2

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. got device event kResumed

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. Resume transfer for type 1

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. got device event kResumed

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. Resume transfer for type 1

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. got device event kResumed

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. Resume transfer for type 1

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. got device event kResumed

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. Resume transfer for type 1

Oct 31 09:28:13  CommCenter(libATCommandStudioDynamic.dylib)[77] <Notice>: QMI: Svc=0x03(NAS) Ind MsgId=0x0051 Bin=[‘01 2A 00 80 03 03 04 07 BB 51 00 1E 00 11 08 00 83 05 00 00 96 FF FF FF 14 06 00 BB F4 A1 FF 2A 00 A2 01 00 32 A4 03 00 01 64 00’]

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: got kIOMessageDeviceWillPowerOff, arg 0x16f70a20c

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: event 2, error 0 (<private>)

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. got device event kSuspended

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. got device event kSuspended

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. got device event kSuspended

Oct 31 09:28:13  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. got device event kSuspended

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd4 0x02 0x0a 0x00

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd4, 0x2, 0xa, 00}

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:13  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:14  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:14  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/PrivateFrameworks/MobileWiFi.framework’

Oct 31 09:28:14  CommCenter[77] <Notice>: #I bars changed! old bars 4, new bars 3

Oct 31 09:28:14  CommCenter[77] <Notice>: #I Got Signal bars 4.

Oct 31 09:28:14  CommCenter[77] <Notice>: #I Sending instrument id kAWDInstrumentNetworkCondition, with Instrument serial number 924

Oct 31 09:28:14  SpringBoard(PersistentConnection)[57] <Notice>: 2016-10-31 09:28:14 +0700 SpringBoard[57]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  SpringBoard(PersistentConnection)[57] <Notice>: 2016-10-31 09:28:14 +0700 SpringBoard[57]: <PCPersistentInterfaceManager: 0x1708ef700> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  imagent(PersistentConnection)[65] <Notice>: 2016-10-31 09:28:14 +0700 imagent[65]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  locationd(PersistentConnection)[63] <Notice>: 2016-10-31 09:28:14 +0700 locationd[63]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  locationd(PersistentConnection)[63] <Notice>: 2016-10-31 09:28:14 +0700 locationd[63]: <PCPersistentInterfaceManager: 0x147da0c80> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  imagent(PersistentConnection)[65] <Notice>: 2016-10-31 09:28:14 +0700 imagent[65]: <PCPersistentInterfaceManager: 0x10034c910> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  UserEventAgent(PersistentConnection)[25] <Notice>: 2016-10-31 09:28:14 +0700 UserEventAgent[25]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  apsd(PersistentConnection)[88] <Notice>: 2016-10-31 09:28:14 +0700 apsd[88]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  apsd(PersistentConnection)[88] <Notice>: 2016-10-31 09:28:14 +0700 apsd[88]: <PCPersistentInterfaceManager: 0x1004222f0> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  UserEventAgent(PersistentConnection)[25] <Notice>: 2016-10-31 09:28:14 +0700 UserEventAgent[25]: <PCPersistentInterfaceManager: 0x1002a6d70> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  identityservicesd(PersistentConnection)[51] <Notice>: 2016-10-31 09:28:14 +0700 identityservicesd[51]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  identityservicesd(PersistentConnection)[51] <Notice>: 2016-10-31 09:28:14 +0700 identityservicesd[51]: <PCPersistentInterfaceManager: 0x11fd4fb20> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:14  dataaccessd(PersistentConnection)[1523] <Notice>: 2016-10-31 09:28:14 +0700 dataaccessd[1523]: Interface manager: WWAN radio signal strength is -94s.

Oct 31 09:28:14  dataaccessd(PersistentConnection)[1523] <Notice>: 2016-10-31 09:28:14 +0700 dataaccessd[1523]: <PCPersistentInterfaceManager: 0x13de5a850> _updateWWANInterfaceUpState wasUp YES isUp YES wantsInterfaceAssertion YES avoidWWANOnCall NO

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:15  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/MotionCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Traffic.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/CompassCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/TimeZone.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/MotionCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/MotionCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/AppGenius.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Routine.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/AppSuggestions.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘com.apple.AppStore’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/AppGenius.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/MotionCalibration.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Routine.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Traffic.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Traffic.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Routine.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/Traffic.bundle’

Oct 31 09:28:15  locationd[63] <Notice>: message ‘kCLConnectionMessageWatchdog’ received from client ‘/System/Library/LocationBundles/AppGenius.bundle’

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:16  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:17  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: got kIOMessageDeviceHasPoweredOn, arg 0x16f70a20c

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: event 3, error 0 (<private>)

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: fDeviceState is 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. got device event kResumed

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. Resume transfer for type 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. got device event kResumed

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. Resume transfer for type 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. got device event kResumed

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. Resume transfer for type 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. got device event kResumed

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. Resume transfer for type 1

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: fDeviceState is 2

Oct 31 09:28:18  CommCenter(libATCommandStudioDynamic.dylib)[77] <Notice>: QMI: Svc=0x03(NAS) Ind MsgId=0x0051 Bin=[‘01 2A 00 80 03 03 04 08 BB 51 00 1E 00 11 08 00 83 05 00 00 96 FF FF FF 14 06 00 BB F5 A2 FF 0E 00 A2 01 00 32 A4 03 00 01 64 00’]

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: got kIOMessageDeviceWillPowerOff, arg 0x16f70a20c

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: event 2, error 0 (<private>)

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 3. got device event kSuspended

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 5. got device event kSuspended

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 7. got device event kSuspended

Oct 31 09:28:18  CommCenter(libBasebandUSB.dylib)[77] <Info>: 9. got device event kSuspended

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:18  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:19  kernel(AppleBiometricSensor)[0] <Debug>: exit

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: entry

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11 0x01 0x01 0x00 0x04 0xd5 0x02 0x0b 0x00

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xd5, 0x2, 0xb, 00}

Oct 31 09:28:20  kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes

This appears to be happening for me as well. Tested on an iPhone 6s with iOS 10.1.1 and an iPad Mini (Retina) with iOS 10.0.2. Built with Corona v2970.

Can someone put together a simple test case that demonstrates the issues, drop it in a zip file (complete with main.lua, build.settings, config.lua and any needed assets) and submit a bug report please?

Thanks

Rob