Photo source by... Tumblr? [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 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.

Related

How to write a privacy policy for an app [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 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

How to publish an app the need a lot of users to be good [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 7 years ago.
Improve this question
I am making an app that allows users to post and view different topics.This app is like Pinterest.
My question is, When i first release the app, the first 100 people that download it, will see very little posts, and the user will most likely delete it. How do i launch the app so there are a lot of posts and activity going on so the users are happy?
Unless you want to have your app full of spam and fake posts which will definitely make your users want to leave, you will have to market your app much like any other app. Tell your friends, family, get into a few forums and let people know, use twitter or other social media.
It's just marketing. Build up a following before you release.
Edit
Although if what you mean is how can you get users to post more, you can use methods that allow people to post from using other services e.g, twitter, tumblr, instagram.

Does your app contain, display, or access third-party content? [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 8 years ago.
Improve this question
So as I'm submitting my iOS application a new question pops up from Apple that I've never seen before.
Does your app contain, display, or access third-party content?
Yes it does, it contains random images of players from Google such as this: http://gyazo.com/6ed035ba3dd79bfba7fc5c5afce12354.png
I'm also HTML parsing matches from FoxSports as shown here: http://gyazo.com/4957af9a5326ee7d953eb621506d07ac.png
However if I tick Yes, it asks me another question:
Do you have all necessary rights to that content or are you otherwise
permitted to use it under the laws of each App Store territory in
which your app is available (for example, fair use)?
Do I have those rights?
EDIT:
If I use this Google Image search and tick "Labeled for reuse" could I use the image and just give credit to the link ?
http://gyazo.com/bb472c1382357de3ad8d431ed95cf589.png
Did the copyright owners of those images give you permission to use the images? If so, you have the rights. If not, you probably don't.
Contact an intellectual property lawyer if in doubt.

Develop an iOS app for website (like News reader app) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have a website that publish news
I want to develop an iOS app that support website above like as a news reader. Readers can read, comment, like, share / email / save article via app. They don't need browsers (Safari, Chrome,...) on iOS.
I have no idea how client (iOS app) can get data from server (website), how can they communicate together ?
Thanks !
What you are asking for is called a web service (provided by the source of the information (CNN, BBC, etc). If they do not have a public web service or rss feed you cannot allow people access to their data.
iOS has the ability to "consume" web services.
Nobody is going to just give you the code to write this in iOS. However once you get started on it and you have specific issues you can always come back here with specific questions and most people in the Stack Overflow community that knows will gladly help you out

Joomla, online image editing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I've been asked to do a site in Joomla. It must feature a way for visitors and administrators to upload and resize/crop images online.
Can anyone give me a hint of where to start?
I'm using Joomla 3.0.
Cheers
Start by looking through this extension category:
http://extensions.joomla.org/extensions/photos-a-images/images/image-management
If you don't like any of those you'll need to find a javascript image editor that you like and then wrap it in your own Joomla extension.
RokGallery does everything but I'm not sure about letting unregistered guests upload image. You'll have to look into that one.
http://www.rockettheme.com/extensions-joomla/rokgallery

Resources