You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (void)sendTopRecord
{
// Assemble the full query string by prepending the current baseUrl as last archived.
NSString *nextAPICall = [[KMAArchiver sharedArchiver] getBaseUrl];
nextAPICall = [nextAPICall stringByAppendingString:[[KMAArchiver sharedArchiver] getQueryStringAtIndex:0]];
...
}
-[KMAArchiver getQueryStringAtIndex:] returns nil in some cases and appending nil-string to nextAPICall crashes.
The text was updated successfully, but these errors were encountered:
We get numerous crashes because of this code:
-[KMAArchiver getQueryStringAtIndex:]
returns nil in some cases and appending nil-string tonextAPICall
crashes.The text was updated successfully, but these errors were encountered: