Thank you!
So here are my results:
First Idea:
Not sure if there is a replacement for “UIApplicationExitsOnSuspend = false,” becasue Apple no longer accepts that parameter. It gives me at error when I try to upload my build if it has that string, so I can’t use it.
ERROR ITMS-90339: “This bundle is invalid. The Info.plist contains an invalid key ‘UIApplicationExitsOnSuspend’ in bundle activityPopup [activityPopup.app]”
Second Idea:
My bundle is correct, but the app is not live yet. Maybe that’s causing the issue?
Third Idea:
Yes, I did add code and I do get a message after I cancel and delete the Tweet:
default 10:53:21.360392-0500 Blobbies (MENSAJE name, type, activity, action): popup activity UIActivityTypePostToTwitter cancelled
But the error happens when I close the share sheet and I don’t get anything from the app at that point, just this:
default 10:54:09.091921-0500 Blobbies Cleanup activity (success=NO, error=(null))
default 10:54:09.092017-0500 Blobbies UIAVC: view will disappear
default 10:54:09.619961-0500 Blobbies UIAVC: view did disappear
default 10:54:09.620105-0500 Blobbies Invalidating slot manager
error 10:54:09.620255-0500 Blobbies connection invalidated
default 10:54:09.623485-0500 sharingd Connection com.pers.blobbies(4169) invalidated
default 10:54:09.623572-0500 backboardd Connection removed: IOHIDEventSystemConnection uuid:9C5B6543-39BA-4CFE-90A9-A9ED198B044A pid:4169 process:Blobbies type:Passive entitlements:0x0 caller:BackBoardServices: + 364 attributes:{
HighFrequency = 1;
bundleID = “com.pers.blobbies”;
pid = 4169;
} state:0x1 events:235 mask:0x800
default 10:54:09.624124-0500 SpringBoard [application<com.pers.blobbies>:4169] Now flagged as pending exit for reason: workspace client connection invalidated
default 10:54:09.624771-0500 SpringBoard [FBInterfaceOrientationServiceServer] Removing client application<com.pers.blobbies>:4169.
default 10:54:09.624850-0500 SpringBoard Removed client for observing orientation events: <FBServiceFacilityServerClientHandle: 0x2826380c0; com.apple.frontboardservices.orientation-observer; application<com.pers.blobbies>:4169: remote>
Fourth Idea:
I used your code (but I had to remove UIApplicationExitsOnSuspend and add app icons, otherwise it would not let me upload) and it also crashed!
So, it’s not my code. Maybe the removal of UIApplicationExitsOnSuspend is causing the error? Or maybe the fact that my app is not live?