I am developing a program in which using two API-keys is necessary. When I try to change the key or set nil as the key the app gets terminated with an error. I get the following message in the console:
Assertion failed: ([apiKey isEqual:key]), function +[BumpClient configureWithAPIKey:andUserID:], file /Users/tg/Documents/iAPI/Bump/BumpClient.m, line 448.
I am developing a program in which using two API-keys is necessary. When I try to change the key or set nil as the key the app gets terminated with an error. I get the following message in the console:
Assertion failed: ([apiKey isEqual:key]), function +[BumpClient configureWithAPIKey:andUserID:], file /Users/tg/Documents/iAPI/Bump/BumpClient.m, line 448.
Could you please help me with this problem.