bumptech / bump-api-ios

make your app bumpable in seconds
http://bu.mp/api
Other
147 stars 52 forks source link

Two API-keys in the same application #5

Closed crusnt closed 11 years ago

crusnt commented 12 years ago

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.

tewks commented 11 years ago

We only support one API key per application at this time.

crusnt commented 11 years ago

Thanks for you reply.