|
Ok, getting ready for the App Store, but I got some questions; 1) Any tips for a good privacy policy/statement, a template. My app uses the camera, and the files app when granted permission, but other than that I collect no data whatsoever. This privacy policy must be visible in the App Store and in the app I presume. Any other things I need to worry about, seeing as Apple will change it's policy regarding this on December 8th? 2) The same for legal, My app will be a one time fee app. 3) Logging. I have no logging implemented in my app. Naturally I've implemented guards and tries and so on, but I do not gather any info in a log. Does the Apple dashboard provide me with crash reports and such or do I need to take care of that myself 4) Any other things I should care about? Any good resources to guide me through the process ? |
|
|
|
1) As for the privacy policy. If you are not doing anything sketchy and dont have libraries like Facebook SDK, I think you can write simple few sentences policy yourself. For example for one of my apps I have this policy and I had zero issues with it - https://nemecek.be/pages/chill-zones-app-privacy-policy Something similar is displayed for the users in the About screen. 3) You can get crashes via Xcode Organizer assuming users have enabled sending crash reports to developers. You could also try catching the app-wide exceptions manually and then offer your users to send you an email with exception details. Or try some third party services... I am using Sentry.io (free plan) for web app and the reporting is great. Not sure about iOS though. 4) Get ready to prepare lots and lots of screenshots. |
|
Thanks for the replies! I probably will set up a landing page, need to look into possibilities... I have an about screen in my app where I will also list my privacy policy. Will take a look at your example @nemecek-Filip. I'm implementing an mail form, for user to give feedback, but have some issues with that. Will post a topic about that. And I am preparing screenshots and such. Think I'll skip integrating application wide logging for the moment. I've been testing my app for two months now and it never crashes or anything at all ... |
|
Hope I am not spamming with my blog too much, but if you want to offer your users more than Apple Mail, you can check this guide :-) https://nemecek.be/blog/15/how-to-let-users-send-feedback-using-email-app-of-their-choice-in-ios |
|
|
|
Yes, for it to return true you need to have setup account with the Apple Mail. That said, I am not exactly sure how the new default browsers work in iOS 14, may be worth looking into it. |
|
SPONSORED Ready to dive into the world of Swift? try! Swift Tokyo is the premier iOS developer conference will be happened in April 9th-11th, where you can learn from industry experts, connect with fellow developers, and explore the latest in Swift and iOS development. Don’t miss out on this opportunity to level up your skills and be part of the Swift community!
Sponsor Hacking with Swift and reach the world's largest Swift community!
This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.
All interactions here are governed by our code of conduct.
Link copied to your pasteboard.