-
Re: My iMessage isn't working. About 70% of my conversations cannot be opened, as the app crashes. Any ideas to fix it?
pdm Sep 1, 2016 7:34 PM (in response to kenny.smith51300)Where is it crashing? You'll want to be running in the debugger and see what's happening at the time of the crash.
-
Re: My iMessage isn't working. About 70% of my conversations cannot be opened, as the app crashes. Any ideas to fix it?
Balestra Sep 2, 2016 5:07 AM (in response to kenny.smith51300)I have the same issue. The extension appears and then immediately disappears without giving any logs. The normal iMessage input field also disappears and I have to go back to all the conversations, open another conversation and try again. My app crashes about 4 out of 5 times. I don't think it's a problem with my app but with iOS itself becasue I could not get around it and it doesn't display any logs.
Any help would be appreciated.
-
Re: My iMessage isn't working. About 70% of my conversations cannot be opened, as the app crashes. Any ideas to fix it?
pdm Sep 2, 2016 5:53 AM (in response to Balestra)What you're describing is consistent with what happens when an iMessage extension crashes. You need to run your extension in the debugger and see why it is stopping.
-
Re: My iMessage isn't working. About 70% of my conversations cannot be opened, as the app crashes. Any ideas to fix it?
Balestra Sep 2, 2016 8:56 AM (in response to pdm)This happens consistently with the debbuger attached. The debugger doesn't stop and doesn't display any logs. The only logs that could be interesting (but maybe not reated to my iMessage extension) are:
Failed to inherit CoreMedia permissions from 20417: (null) subsystem: com.apple.BackBoardServices.fence, category: Observer, enable_level: 1, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0, enable_private_data: 0 [MC] System group container for systemgroup.com.apple.configurationprofiles path is /Users/patrickbalestra/Library/Developer/CoreSimulator/Devices/2A1F73AA-01C6-45E6-A085-2E1989D88267/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles [MC] Reading from private effective user settings
No crash line, no exception, nothing
EDIT: I found the issue by trying reach line of my code. The line that was driving iOS crazy in viewDidAppear was:
textView.becomeFirstResponder()
I just wanted to automatically make the keyboard appear but there doesn't seem to be a supported way to do it for now.
-
Re: My iMessage isn't working. About 70% of my conversations cannot be opened, as the app crashes. Any ideas to fix it?
pdm Sep 2, 2016 8:45 AM (in response to Balestra)You should file a bug report, and please attach a test project or at least a .ipa that exhibits this behavior.
-
-
-