Reputation: 13
I am making an app that allows the user to upload photos and videos into the Bluemix server and classify it under a certain category. Another user who subscribed to that category would be able to see what the user uploaded. I have connected my iOS app to Bluemix. So how would i do this from the backend of the server without having any code in my Xcode.
Upvotes: 0
Views: 87
Reputation: 4964
You could use the Mobile Backend as a Service to accomplish this. Check out this for more info on how to do it.
Upvotes: 1