nordprojects / littleprinters-ios-app

A friendly new messaging app for Little Printer
https://nordprojects.co/projects/littleprinters
Apache License 2.0
27 stars 1 forks source link

Share sheet no longer prints #11

Closed michaelcolville closed 6 years ago

michaelcolville commented 6 years ago

iOS gives the following error when printing from the share sheet


littleprintershare 
Terminating app due to uncaught exception 'NSGenericException', 

reason: 'Completion handler blocks are not supported in background sessions. Use a delegate instead.'```
joerick commented 6 years ago

Fixed in 55c61999badb0f48ce9ffdd41fc54e7a2cbd57c3

joerick commented 6 years ago

Ish. Back to sending on a foreground session, but with retries this time.