Posts

Post not yet marked as solved
1 Replies
Are you running on the simulator? If so, that's perfectly normal behaviour - remember your code is running mostly as a callback. From a brief look that's the same behaviour I've experienced for years - your code is terminated by Messages. Does it work on device?
Post not yet marked as solved
4 Replies
I've been working on a rich iMessage app for over a year.Give up on testing in the simulator - it crashes reliably in every XCode version with iMessage when you call dismiss()Note that there is also a bug with XCode if you have the permission keys allowing you access to the camera - that causes crashes trying to debug your app even on device.I have a few very tiny samples on github testing different aspects of the iMessage SDK which may help folks.