Tagged Questions

2
votes
3answers
69 views

Temporary Disclaimer

I'm making an app as a part of my project and I've been asked to add a disclaimer. At first I made a separate view with a textview that holds the disclaimer, when the user presses the Disclaimer ...
1
vote
4answers
876 views

Ownership of iPhone applications

I am developing my first iPhone application, but I am not sure how to go about handling the ownership end of it. Do most people just own it in their own (personal) name? Do people form an LLC (or ...
0
votes
1answer
113 views

Apple obj-c source code+license+disclaimer

Maybe it's a trivial question. If I use some source code from Apple examples in my iPhone app, have I to maintain the disclaimer also if I modify the corresponding file or if I use some methods? How ...
-1
votes
1answer
84 views

App Disclaimer? Any Ideas? [closed]

I have recently written an app that stores users photos on my servers (i have one main server) and two backup servers (just in case). The user has to sign up for an account through the app, but im not ...