开发者

iPhone app submission (error reporting)

开发者 https://www.devze.com 2023-01-23 05:19 出处:网络
I have implemented silent error reporting (in background) for iPhone app by using try catch. This reports my server through webservice.

I have implemented silent error reporting (in background) for iPhone app by using try catch. This reports my server through webservice.

Do I need to notify the user if I am sending the error report. Will the app store reject if I do the silent error rep开发者_StackOverflow社区orting.

Regards, Malleswar


I don't know whether Apple will reject you. Their standards are arbitrary and constantly changing. However, if you don't notify the user, your program is essentially spyware. It's the user's computer, and they deserve to know what the program does.

In practice, error data can sometimes reveal what the user was doing at the time of the error.


It's very common to use analytics. You can't be sure which app do that and which don't. And yes, you can't be sure with Apple. To be in safe side, you can ask for permission once. If the user agree, then do it. Make the note to user something similar, "it's to make your experience better".

And yes, I agree that user should know what the app is doing.

0

精彩评论

暂无评论...
验证码 换一张
取 消