iphone - iOS - how to receive bug reports via email from a device without mail client set up? -
iphone - iOS - how to receive bug reports via email from a device without mail client set up? -
i have app deployed business ipads given customers , typically not have mail service client set up. collect debug info app , have user able send it, can receive via email.
how can receive email bug reports app not have native mail service client set up? cannot nowadays mail service composer, because not configured , cannot send mail.
one way i'm thinking of create own web service process info packet , email it, other options have?
i recommend 2 different services.
crashlytics service started using recently. tracks usage in app automatically, , allows view online (monthly users, device, os, etc.). however, useful feature imo sends email if , when app crashes, along crash study , exact line crashed on.
sendgrid
alternative if you're looking send customized debug data. basically, can send emails in background of app without user knowing. if you're looking send automated emails in background, way go.
i have used both in own applications, , both have been helpful in respective ways.
ios iphone ipad email bug-reporting
Comments
Post a Comment