anjum
anjum

Reputation: 556

To play a video with transparent background

Is there any way to play a video, including sound, with transparent background on iphone. For Example if i get an sms notification the app should play a specific video from MainBundle which has a transparent background.

Please help me with this issue.

Upvotes: 1

Views: 744

Answers (1)

JustSid
JustSid

Reputation: 25318

To play the transparent video, you need to build your own player using the AVFoundation.framework. Its not really hard and doable, there are some great tutorials about it on the internet. However, this really shouldn't be your main concern when you want to have your app in the background and listen for incoming SMS'es, because THAT isn't possible at all with the SDK.

Upvotes: 4

Related Questions