Copy iOS Library Music over Videos Allowed in App Store? [closed] - ios

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 4 years ago.
Improve this question
I am working on an iOS video editing app, and looking into any limitations of putting audio over the video. So my question is, if it possible(are we allowed to) use songs or clips from songs in the music library? Will this kind of feature get rejected when being submitted to the app store?
Thanks in advance for the help!

I cant see a problem with this - Its no different to DJ apps on the App Store reading music and allowing the user to edit them. The only issue is if user was to push to YouTube etc then issues may occur

Related

How to check if mobile is in silent ios swift [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
This post was edited and submitted for review last month and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I am working on developing a swift app. How can I check whether a mobile is in silent mode? Is there any method to find that the phone is now silent or its volume is high? Please help me.
I searched but couldn't find any solution.
There is no Public API for check that.
There is Mute Lib that works with work around.
https://github.com/akramhussein/Mute

Is there a way for my swift app to link to the app-store and pass through information to the app if the person who uses the link downloads the app? [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 2 years ago.
Improve this question
I'd like to invite someone to my app. The invitation would include a link to the app in the appstore. If they download the app, I'd like the person who sent the invitation to have their information passed through, so the app can know that they are "friends/contacts". Is that possible?
if it is beta testing use testflight. public storefront use link to App store

IOS App logo assets [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
Can we use logo of youtube or netflix in our Iphone Application to mention some functionality?
will it be any issue over the app submission to appstore?
Can we use logo of youtube or netflix in our Iphone Application to mention some functionality?
YouTube has a form for requesting permission to use it's brand, so it's easy to just ask for permission. That seems like the right thing to do, and then if there's any problem with your app submission related to use of the logo, you can show that you have permission. I expect the same would be true of Netflix, though I haven't gone looking.

How to convert website in to iOS mobile app? [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 6 years ago.
Improve this question
We have already build a website. Is there any way to convert that website into mobile iOS app and make sure that it follows the iOS standards?
It is technically possible (easy, even) but Apple's guidelines specifically say that apps that are just repackaging of a website will be rejected, so no, your approach is a non-starter.
This can be doable using cordova as a wrapper application. But this application will be rejected by Apple. We faced same issue couple of months back, this kind of app accepted in google play but not in apple app store.

Can I code an app that share a music stream on Iphone ( using the phone as a router ) [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 4 years ago.
Improve this question
I'm an novice apple developper, actually working on Ios project for iOS 9 on xcode. I'm working as a freelance for a client, and this client needs an app to stream music.
This app must be capable to share music, it means :
A user has a music on his phone and turn on the "share mode", wich enable other users around him to connect to his iPhone and listen to the same music.
So my question is, can i do that in therms of code ? (turn on router on my iphone, allows connections from other phone ( even if its not an iphone ) and then send the music ( the music stream ).
It may be a too much technical question for this community, but i don't know in wihch stack community post it.
Thanks for any anwer.
Yes you can. I'd recommend checking out the Multipeer Connectivity framework from apple. You can do exactly what you're asking about. The link below talks about your exact scenario - in objective-c, but it works the same way in swift.
https://robots.thoughtbot.com/streaming-audio-to-multiple-listeners-via-ios-multipeer-connectivity

Resources