How to write a privacy policy for an app [closed] - ios

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
I'm trying to submit my app to the app store and it seems I have to write a privacy policy. I don't know where to start.
My app uses Firebase to store info (profile info) and to run a chat between the users. It's free and I don't have adds...
I'm developing it for a company.
Is there any free tool or something? I can't believe that every developer that submit an app knows how to do this, it has to be some guide to make it easier...
Thanks for the help

This is not programming related but I have done something similar a while ago. You can not take this word to word, you need legal advice.
But you can use https://www.eula.io/ and their sdk.
Follow this tutorial on github. https://github.com/AdamBCo/eula-ios-sdk
You should end up something like

Related

Xcode SwiftUI PayPal Integration iOS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I am the founder of a Covid-19 relief nonprofit. I'm writing an app to accept donations and provide news and event information to anyone who has the app. I was wondering if there's any easy way to integrate a Paypal donation system into this? I thought BraintreeIOS would work but it seems to be outdated and doesn't support SwiftUI, only Swift.
Anyone have any ideas on how to achieve this?
The Native Checkout SDK might be overkill for donations. Most simply, open the following in a web browser or SafariViewController with an address bar:
https://www.paypal.com/webscr?cmd=_donations&item_name=STRING%20DESCRIBING%20PURPOSE%20OF%20DONATION&currency_code=USD&business=EMAIL_ADDRESS_OR_MERCHANT_ID
Use merchant ID from https://www.paypal.com/businessmanage/account/aboutBusiness , though primary email of PayPal account also works
You can even prefill the amount with &amount=xxx%2exx (though that gives no option for monthly recurrence)
For more see HTML Variables for PayPal Payments Standard, it's a legacy Web 2.0 integration but it gets the job done

Is it possible to develop an app that reads other apps' usage data? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
With the new app-extension kit, I'd like to know if it's possible to build an app that tracks various usage statistics of other apps. For e.g., the no of times someone uses their calculator or the no of minutes spent on Quora.
This is a really nice idea to enhance the ability of iOS system. However, even in iOS8 this is unlike to achieve. Apple has offered so limited APIs for APPs to access other APPs. In those APIs, I cannot find any one to record other APPs' launching or closing. (Except you call that from your own APP so that you can record the time, but this is meaningless.)
In the official document for App Extension Programming, manager for APP is not a type that is mentioned in the guide. I'm afraid that you have read it and it cannot give you more help.
I tried to do research on the most detail list of iOS APIs to find whether this is possible. But since iOS5.0, Apple no longer provided the API diffs. Here is the search result.

Probing the ios sandbox [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am currently new to ios so I do need help in this. I am trying to probe the sandbox of an iphone to retrieve any data from an application such as contacts. From what I know, I need to have understanding of c/obj c programming and understand the features of the mobile with regards to sandbox. So for my questions,
1)How should I get myself started?
2)Are there any features of the mobile regarding about sandbox should I need to understand before proceeding? (Some examples would be great)
3)Do I need to create my own application such as an app that stores contacts to probe on(using XCode)?
4)Any critical information that I missed out?
Much help is needed. Thanks. This is for educational purposes
The sandbox is given to you by iOS, no need to set up or anything. The sandbox means that your app is limited in accessing system resources, specifically file system, documents and settings. It can play only in its "sandbox". But there is no mock like environment that you can use for testing.
For more info on the sandbox, check out the iOS Programming Guide.

Photo source by... Tumblr? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
How do the app Cal loads images from Tumblr?
I've seen that if you click on this photo source (it's a link), you go to something like this.
From what I understand, they are fetching all images from this user's posts. They seem to just reblog other posts they found with images.
Is it even legal?
How are they doing such thing?
They are probably using the Tumblr API
They also provide an Objective-C SDK ready for you to use in your projects here.
Regarding their policy, check this.
When you upload your creations to Tumblr, you grant us a license to
make that content available in the ways you'd expect from using our
services (for example, via your blog, RSS, the Tumblr Dashboard,
etc.). We never want to do anything with your content that surprises
you.

self hosting google's jsapi [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
Is it legal to download the jsapi and self host it in my server instead of requesting it directly from the google's infrastructure?
I know that this is not recommended but is it legal?
Just for future reference of others that may find this page.
Google explicitly says that you can not download and self-host the loader, it is a violation of their ToS.
http://code.google.com/apis/chart/interactive/faq.html#offline
That would take away all advantages of linking to Google's version on the CDN.
IANAL, it may not be legal, but it may be punishable by other future maintainers who wonder why you made that choice - just leave it on Google.
I know that this is not recommended but is it legal?
Contact an attorney.

Resources