Would anyone one know if Apple has restrictions on providing a user feedback/bug report form within an app? I’ve searched around but haven’t found anything very clear. Might seem a dumb question but I don’t want to waste time on it if it is not allowed.
Also, assuming it is allowed – I guess I would do it through a server-based php script, rather than trying to wire it up through the user’s email. I am not trying to capture the user’s email or anything like that – just feedback/bug responses.
Cheers!
Yes, it’s allowed, and there’s nothing to stop you doing it through email either – what is the difference between emailing a bug report using MFMailComposeViewController and emailing anything else?