Code

Discussion on Photofeed | iOS Universal Social Photo feeds App Template (Swift)

Discussion on Photofeed | iOS Universal Social Photo feeds App Template (Swift)

Cart 128 sales

66 comments found.

Hi, will you be updating the app again? Any new apps submitted need to meet IP6 protocol, can you confirm if your app meets this

Our apps are fine for the App Store. Cheers!

Do you have and android version for this??

No, sorry, we’re only iOS developers.

How much would you charge me for you to configure it all ready for upload to my iTunes?

for customization requests please contact us by our profile’s contact form and we’ll get back to you asap

Hi, please can i ask why you went back to parse back end ? It’s shutting down soon?!

Parse SDK will not shutdown, if you read the change log you’ll see that it’s hosted on http://back4app.com, check it out it’s a new service :)

Hello fvimagination you did great work!! I only miss a post delete or comment delete .. How could I implement this?

Hi, thanks for your feedback, don’t forget to rate this app on your Downloads page on Codecanyon ;)
You can delete your posts by left swipe on them in your Account screen. You can’t remove comments in the app, you have to go into your CK Dashboard to remove such records.

Hi, I try to share a post (text or a link) but im disallowed. ive removed the the code that forces this action, but yet the problem persists, can you guide me around this please and thank you.

No, you can’t post onluy text with this app, that’s why you get issues, we’ve called this app as Photofeed just because you must post pictures :)

Makes sense, good project this is though. do you have a smiliar template that allows users to post text? or can you gide me through i can show you what ive done to attempt to remove it.

For extra customization requests please contact us by our profile’s contact form and we’ll get back to you asap, that’s not an easy job to do, you would have to fix also the UI design to enlarge the labels, besides the code to allow only text posting.

I would like to create a page where all post are loaded, Even the ones from people i don’t follow. Is this easy to customize?

And will there be some kind of caching build in? It looks like al the post are loaded in every time the screen is refreshed.

Thanks, that worked like a charm :)

perfect, don’t forget to rate this app on your downloads page on codecanyon ;)

Hi guys, just got this project, “did not find required record type:USERS_” I have created the record in my ck. followed the pdf also but can’t seem to solve it, what could i do?

Thank you.

glad you like it, don’t forget to rate this app on your Downloads page on Codecanyon ;)

thought id be able to sort this, still can’t. think your “insta quotes” is more what I needed instead of this. Can i get my item removed in return for insta quotes?

Hi, we’re sorry but we can’t remove items here, Envato manages sales on this site, nor we can give templates away just because you don’t like it or it’s not what you needed, you will have to buy InstaQuotes if you want it.
Cheers!

there is some mistake in documentation !!!!

when i run the app its present many alert problem for me like <creationDate & recordID>

you write this variable in configuration file but you don’t talk about it in documentation

ok so check all your Fields in the DEVELOPMENT environment on CloudKit and mark all their Sortable options on the right side

Ok, if you’ll switch your CK Dashboard into PRODUCTION environment you can test the app only on a real device, check the Support tab on the top of this page

Is there any chance to get auto update? So theres no need to keep hitting the refresh?

You may call the query for followed feeds into viewWillAppear() method in the Home screen, but that will consume a lot of API calls against CloudKit, if you’ll gather a large amount of users you may need to pay Apple for a better plan. Plus, overtime you enter the Home screen you’ll have to wait for the app to reload all feeds, all the times These are the reasons why we haven’t put the query into viewWillAppear(). Cheers!

Thanks for the latest update! Are there any release notes, or a way to see what’s changed other than diffing the files?

Hi, check the app description for the change log.

Hi,

I keep getting this error and this is not my UUID, i only have one allocated and that’s my iPhone

Your build settings specify a provisioning profile with the UUID “bd9d78b7-22b9-41d0-be92-24e2dc4fb348”, however, no such provisioning profile was found.

Xcode can attempt to fix this issue. This will reset your code signing and provisioning settings to recommended values and resolve issues with signing identities and provisioning profiles.

Hi, have clicked on Fix Issue button?

Yes that didn’t work, I’ve got many apps and not faced this issue before

XCode may mess up some files sometimes, it’s a matter of remaking your Distribution provisioning profile, then go into Build Settings, search for “code sign” and set your iPhone Distribution profile and select the provisioning profile. Restart your Mac first, it may work.
also check this out: http://stackoverflow.com/questions/34346436/xcode-7-2-no-matching-provisioning-profiles-found

Please could you post the complete code for the ads to be removed, i’m struggling even following your video, this would allow me to replace the current file in question, would be very appriciated

Hi, sorry but that video shows really clearly what code you have to remove to removed ads, we have no time to make a video for each app, so just keep in mind that you have to remove AdBannerDelegate and GADBannerDelegate anywhere they are, then all the initiAdBanner() and intAdMobBanner() lines you can find in the code, then all the instances of admob and iAd bannerView, lastly the entire code below this MARK
MARK : - IAD AND ADMOB BANNERS
You’ll find that at the bottom of many .swift files, check all of them.
Hope this helps

Hi,

I dont want ads or iads showing in my app, how do i dissable them?

Hi, check this video out: https://youtu.be/-AnEd1tfcWk

i think your video is a little out of date, it’s not 100% the same and struggling to edit all the code!

It’s a general video that shows how to remove ads, you’re have to check the lines of code removed in the video and remove the same ones in your app.

Parse will be fully retired after a year-long period ending on January 28, 2017. Is there away your app can work from a stand alone server (or a locally hosted Parse server)?

Hi, yes we read that announcement and it shocked us a bit, very bad news for us and thousands of developers. Anyway we’ll check out Parse migration tutorial and see if it works, otherwise we’ll have to painfully switch to another free backend (a huge waste of time, but what else can we do). We’ll need time to workout a solution, please be patient, there’s still a long year left of working Parse. Cheers!

hey i have There is a error on app i can’t go to Search and to the me can you fix it >>?? this error // Get User’s data cell.fullnameLabel.text = ”\(userPointer[USER_FULLNAME]!)”

EXC_INSTRUCTION(code=EXC_i386_INVOP,subcode=0×0)

where is (contact form several times) ?

Look at the last comments we’ve sent you before your 2 last ones.

Go here and use the mail form to contact us: http://codecanyon.net/user/fvimagination

Hi! When will be the next update coming? Read about the non acceptance of iads. I am looking forward to buy your app once it is updated.

We’re not updating this app at the present, and Apple hasn’t told us anything official about this matter, iAd still works, if it won’t in the future, we’ve prepared a video that shows how to remove ads in our YouTube channel. Cheers!

Hi,

A few more questions.

1) How does the admin remove reported content?

2) Can you add a function to add videos aswel as photos?

Cheers

Hi; 1. Manually on his Parse database (it’s kinda working with an excel datasheet, very simple.
2. Not on this template, it will stay the way it is. We may do that as an extra customization job, it will require lot of more code though, you may contact us by our profile’s contact form to get a quotation for it.
Cheers!

Hi,

A few more questions.

1) How does the admin remove reported content?

2) Can you add a function to add videos aswel as photos?

Cheers

Do you have one already in store for testing?

Hi, no it’s an original template, we have not published it on the App Store

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey