Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
asldkfjasldkfjasldkfjasldkfj
39 PointsTwo Questions: ImageView Uploading to Parse, and Notifications Based on User Messages Class.
Hello Everyone,
Attached are a few questions regrading Parse.
Question #1 (ImageView Uploading to Parse):
So far, I've gotten an image from the image view in my app by doing this:
objective c:
UIImageView *imageview; //Assign to your image view
[imageview image];
What I'm trying to find out is how I would take the object 'imageview' and then upload it to Parse's database. Any ideas?
Question #2 (Notifications Based on User Messages Class):
"Hello,
I'm making an app with Parse right now. The app is almost done and I'm on one of my last steps to submitting it. The only problem is I've got absolutely no idea how to implement it with push.
What I'm trying to do is show a push notification when a user gets a new message, I've sorted out all the certificates and I'm able to send a message through the Parse control panel. I'm just struggling to find out how I could make a push notification show when the user gets a new message to a class in Parse called "CustomMessages."
Regards, Arman B."
Copied from my original post which you can see here.
Thanks for all your help,
Arman B.