iOS 6 - YouTube App [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Currently on iOS 5 I have an iPhone application that contains web views which are youtube's video screen shot and when the user taps on the video the video opens up to fill the screen and plays...
I was wondering if the iOS 6 update would not work with my app since I use Youtube Videos...
Has anyone tested this out yet?

I have been wondering about this too. According to this article you should be ok
http://gigaom.com/mobile/yes-youtube-is-gone-from-ios-6-so-what/
"I’ve verified on my own iPhone 4S that beta 4 of iOS does remove the YouTube app. But I’ve also verified that it really doesn’t change anything. Links to YouTube videos open up YouTube’s mobile web app and play just fine. "

The removal of the YouTube app doesn't mean there'll be no support for playing YouTube videos. They can still be played by the browser or any other app.

Related

Is it possible to capture video of an iPod without jailbreaking? Is it possible to add code snippets to my App to send video data to AirServer? [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 10 years ago.
Improve this question
I found this post that suggests to use AirServer to capture video from iPhone. Unfortunately AirServer doesn't support iPods (even though I have a 4th gen iPod running iOS 5.0). Is there a way via software or should I get my iPod to connect to a TV and record it there? I have seen that there are some good cables to connect iPod to TV but I lost the link and now can find only suggestion that explains how to do it on jailbroken iPods.. (which I don't want to do).
EDIT (For the one that closed the topic): is there any code snippet that I can use to send the video data from my app to AirServer?

fb:// schema was overtaken by Supersonic App? [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 9 years ago.
Improve this question
I am not suer how Apple handles the registration of URL schemas for IOS Apps but a IOS game called "Supersonic" has registered fb:// as their own URL schema so whererever you click a link like fb://friends etc. IOS opens this game. and ignores if you have installed Facebook or not.
I don't think you posted this in the right place. But either way - try to uninstall and reinstall the facebook app. It might re-register itself as the handler for that URL type.
Scroll down the apple documentation to Implementing Custom URL Schemes,
http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedAppTricks/AdvancedAppTricks.html
Apple should probably discourage this abuse, but as far as I can tell the SuperSonicHD app still does this.

iPhone : App rejected because "app does not contain sufficient user interactive iOS functionality" [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
Apple rejected my app and apple gives reason as follow :
"Specifically, we noticed your app does not contain sufficient user interactive
iOS functionality."
It would be appropriate to add more user interactive iOS functionality so that
your app can be appropriate for the App Store."
My app contains one ImageView and two buttons (next and previous). And I dont need anything else.
I found one link on SO but its not useful
So what should I do? How can solve this problem?
While it sounds like a subjective reason for rejection, you should look/think about how a user is interacting with your app. If it is just a Next/Previous interaction with static images, this is the same thing as the photo gallery app that comes with the iPhone & iPad.
As a simple suggestion, you could think about linking the image to a web site. Alternatively, allow your users to add notes to the images. Both should be fairly easy, and would add functionality for the user.
Do you need an app to do this?
Could you make a webpage compatible with ios that way all other devices will have access.
Your answer is simple:
"It would be appropriate to add more user interactive iOS
functionality so that your app can be appropriate for the App Store."
To be honest I agree with Apple on this one.

Including screenshot of iPad/iPhone in my App [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've been reading through Apples submission guidelines and was wondering if anyone has had experience including screenshots inside their app.
I want to include some screenshots of the Home Screen and maybe some other parts of iOS in my app.
Is this going to lead to instant rejection?
Why should you include parts of iOS in your App screenshots? I'm not thinking of anything (except notifications or showing App workflow) that could be included. I think that if you have a great reason for including those screenshots (like describing the workflow of your App), you have a chance to be accepted.
A common sense is to look screenshots of other apps - if they have it, you could too.
No as of now there is no rejection if you use images from your app into your application.There is no reason in rejecting that.Hope this helps You can go throuch this guidelines on http://developer.apple.com/appstore/guidelines.html , http://mobileorchard.com/avoiding-iphone-app-rejection-from-apple and http://iphoneincubator.com/blog/app-store/rejections .Hope this helps.

How to create game video while playing? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am wondering how people are being able to record there game play?
Like this video is of angry birds which shows game play.
please help as my game is near to the deployment so i can also create my game video and upload.
You could try playing the game in the simulator and recording your screen =p
One option would be to use iSimulate to send the simulator accelerometer data to the simulator and then to use screen recording software to capture video from the simulator.