I have an issue to publish app to the app store [closed] - app-store

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 have an issue with the app store , can anyone tell me what is my mistake?
3 months ago,I have published my app which saves video from youtube and it got rejected from the app store.and I know I break the privacy for the youtube this is no problem because it's my fault .
Now after 3 months,I am trying to publish another app which allow user to download music mp3 from any website (youtube , Facebook,twitter not including) also it get the rejected they tell me,I must take permission.
How can I take permission from all websites? What is my mistake? I think my app is not breaking any privacy.
and I search in app store I found many apps that allow user to download from youtube.
please any help about this issue and what I do so I can let apple publish my app?
thank a lot

You don't have permission to download videos from Youtube, Facebook etc. Just because there are other apps on the store that have these features doesn't mean that it's allowed.

Related

Same app name in itunes store? [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 want to understand how is Youtube and Facebook app have same name for iPhone and iPad in the itunes store?
I am trying to submit an app (different build) for iPhone (approved & live with name eg: MYAPPNAME) and now iPad but its not allowing me to use the same name (i.e. MYAPPNAME) to be displayed in the itunes store.
I understand that i can use MYAPPNAME FOR IPAD but how did youtube & facebook get the same names?
Please help I need to submit the app at the earliest.
Regards,
Shoeb
They are the same app. They are universal apps with the same bundle identifier. A reference is here http://www.techrepublic.com/blog/ios-app-builder/better-code-develop-universal-apps-for-ios-devices/.
Don't submit different apps for Ipad and Iphone.
Make a Universal App that work on both iPad and iPhone. And using same bundle identifier, just update your live app with this app.

How to upload video on instagram in ios [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 am developing an application which is using instagram.
I have encountered a problem while uploading video on instagram.
Please tell me if any demo or sample or tutorial is available for uploading video on instagram.
Thanks in advance..
Instagram Media Endpoints
At this time, uploading via the API is not possible. We made a
conscious choice not to add this for the following reasons:
Instagram is about your life on the go – we hope to encourage photos
from within the app. However, in the future we may give whitelist
access to individual apps on a case by case basis.
We want to fight spam & low quality photos. Once we allow uploading from other sources,
it's harder to control what comes into the Instagram ecosystem. All
this being said, we're working on ways to ensure users have a
consistent and high-quality experience on our platform.

iPhone: Need some facebook for IOS development rules [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am developing an IOS app for some extra facebook features that API's can provide, but couldnt't find the "rules", so dont want my app rejected by either Appstore or FB, so I want to know all policies in advance.
for example:
-Can I sell this app in AppStore?
-Am I free to use all functionality that FB API's provides how ever i want? or there are some things "I should and should not do"?
-It does not allow me to name my app anything includes text "Facebook", but I see in apple store there are apps with name Facebook text by other companies, how is that possible? (e.g. Myphone+ for facebook)
Thanks
Facebook does not ask for any commission (as you don't make any money just offer an interface from your app to access Facebook services). They have an open source iOS SDK, with reference here, which does all the authentication/authorization work. You can find the general documentation for developing Facebook stuff on mobile here. Depending on which services you want to access you will have to ask the user for Facebook permissions through the SDK. Apple have never, to my knowledge refused an app because of the Facebook SDK.

Can In-App-Purchase allow users to purchase an audio file? [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 am trying to making a Music App Integrated with In-App Purchase where User can buy audio File?
Is In-App-Purchase Allow user to buy Audio File ????
It is allowed, yes. However, there's no specific API for the selling of audio files, just an API that can be used to sell whatever content you like (with usual apple caveats). You'll need to have an apple developer account set up to sell paid apps to be able to build and test apps with in-app purchase. Read through the docs at https://developer.apple.com/appstore/resources/inapppurchase/
.. it's something that'll take some time to get right, and much too complicated to explain in full here.

Skimming another website for data to display in iPhone App (will apple approve 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 4 years ago.
Improve this question
I am thinking of putting together an app that will be pulling data from a very popular website. I have already looked at search and responses from the site and believe it can be done.
The only one question I have is, will apple have a problem with me doing this? The website more than likely will NOT give me permission to skim, but its public information so.... Will apple reject my app because I am skimming another site for data?
I would setup my own server to do the skimming but I am sure this website will see my ip hitting their servers a billion time a day (hopefully :) and ban my ip, so I plan on having the iphone itself skim the site.
Apple probably won't have an issue with this, but the website probably will. Most websites hate scrapers and put it in their terms of service that you're not allowed to scrape.
Apple only reject apps like this if they scrape Apple websites. Apple aren't bothered if you scrape someone else's site.