Buglife / Buglife-iOS

Awesome bug reporting for iOS apps
Apache License 2.0
509 stars 63 forks source link

Not receiving any bug report emails even though it says successfully sent from the app? #43

Closed sibincc closed 5 years ago

sibincc commented 5 years ago

I just implemented buglife to my ios app but not receiving any emails to my mail id. Any help is appreciated.

schukin commented 5 years ago

Hi - it looks as though you were attempting to initialize Buglife using startWithEmail() with an API key rather than an email. If you have an API key already, please use the startWithAPIKey() method.

sibincc commented 5 years ago

exactly i just found that myself its working now