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.

Is there a way to have the entire view scroll up when the ‘posts table view’ cells scroll up on the ‘me’ view controller? Basically having the entire view scroll as one.

You would have to place a ScrollView as first layer, insert a UIView in it and embed all the existing views into it, then you must work some custom code out to make the posts table view not scrollable and enlarge the scrollview’s content size accordingly to the tableview’s size. But then the cells will not be clickable because of the scrollview, so you would have to figure out some other code to make them clickable. In other words, we suggest you to leave it as it is :)

wow thats a lot of work. yeah i think its fine the way it is

Has the user guide been updating on how to add push notifications to the new platform as I see you’ve removed the other?

of course we’ve updated the User guide, it shows how to setup back4app push notifications, for you app, you will have to remove everything about OneSignal, from the OneSignal.framework file into Frameworks folder to all the code that starts with OneSignal.

Hi, I want to run in the simulator in Xcode 8, it shows the following error: This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

Can you please let me know what is wrong? Thanks

that’s not a bug, it’s how all our apps work, we cannot point to a specific post

Thanks. So what is the meaning to make the link anyway?

to check the user who liked or commented your posts or followed you

Can you add filter for the images like instagram?

hi, not in this app, you may check CamFun, for example

Hi, I see I have now Xcode 8 installed on my computer, can I still use it to modify this app? or must i use Xcode 7.x to use this code? Thanks

we’ll update all our apps asap to xcode 8, the layout issue will be solved by setting AutoLayout

Thanks. It is now in xcode 8.

yes it is

Are you free for custom work yet?

not yet, sorry, and we’ll probably be busy for the next few months too.

Will you be updating this to support iOS 10?

we’ll update all our apps to Xcode 8 when a stable version of it will be available

i see your guys also make Android App, are you going to make an Android version of this App? thanks

soon or later, yes we will :)

Hi,

I’ve just had the below rejection from Apple following the upload of PhotoFeed. It looks like some of the features Apple have pulled it up from are not in your app. Please could you add these? Without these i cant use the template to develop further.

1. 2 SAFETY: USER GENERATED CONTENT

Safety – 1.2
Your app enables the display of user-generated content but does not have the required precautions in place. We did notice the reporting function for individual photos, but did not observe a blocking or reporting function for offending users.

Next Steps

Please revise your app to implement all of the following precautions:

Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content or abusive users.

A method for filtering objectionable content.

A mechanism for users to flag objectionable content.

A mechanism for users to block abusive users.

The developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content.

Apple states “The ability to block abusive users from the service” please can you confirm? Cheers

the update should be available on next Monday or Tuesday, it’s up to Envato reviewers, not us.
With the update you’ll be able to report users which will get hidden after you’ll refresh the home screen, and all their posts will automatically get reported/hidden too, which means they will be blocked as Apple wants :)
You as the admin of the app should daily check your parse dashboard for reported users/posts.

the update should be available on next Monday or Tuesday, it’s up to Envato reviewers, not us.
With the update you’ll be able to report users which will get hidden after you’ll refresh the home screen, and all their posts will automatically get reported/hidden too, which means they will be blocked as Apple wants :)
You as the admin of the app should daily check your parse dashboard for reported users/posts.

Hi,

Can you confirm if you have a live version in the AppStore and is fully IPv6 supported?

Cheers

Do you mean the issue for EULA about reporting/blocking users? If that’s yes, those features are already implemented in FindMe and Chatty.

Ok but there not on PhotoFeed yet are they?

No, we’re working on it, because we thought it wasn’t necessary (and in fact it wasn’t until now, Apple reviewers became very tough lately, it’s a bloodbath with them, for stupid things, but what can we do, we just have follow their useless new rules and heads up! :)

We’re going on vacation for the whole month of August 2016.
We are not available for freelance works, nor we can assure to reply to comments/messages promptly.
Happy summer!

Does new accounts need email validation? Does forget password works? I hear back4app has some trouble with the mail function from parse sdk

Hello, you video on removing ads in your app seems to be outdated or not working with this specific app because I can’t find a file named view controller.

it’s just a sample generic video, not outdated, you have to watch the part where we remive all lines of code about admob banner, the GadBannerViewDelegate, etc. otherwise we can do that for you as an extra customization job for $10

are you have android version?

not yet, although we don’t know when we’ll build it, hopefully on next year.

Hi, Does your code support ipv6 ?

I was rejected with the following message from Apple reviewer:

Apps are reviewed on an IPv6 network. Please ensure that your app supports IPv6 networks, as IPv6 compatibility is required.

For additional information about supporting IPv6 Networks, please refer to Supporting IPv6 DNS64/NAT64 Networks.

For a networking overview, see About Networking.

Thanks and I will try to submit again. They observed crash after laugh but I could run it well on my iPhone6S.

The reviewer only highlighted IPv6. The detail is as following:

From Apple 2.1.0 – App Completeness Performance – 2.1

We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 9.3.2 on Wi-Fi.

Specifically, your app quits after any item is selected.

The steps to reproduce are:

1. Launch app 2.Press any item in app 3. Observe app quit

Next Steps

Please run your app on a device to identify the issue(s), then revise and resubmit your app for review.

Apps are reviewed on an IPv6 network. Please ensure that your app supports IPv6 networks, as IPv6 compatibility is required.

For additional information about supporting IPv6 Networks, please refer to Supporting IPv6 DNS64/NAT64 Networks.

For a networking overview, see About Networking.

Ok, so the issue seems to be a crash, not a network issue, please carefully test your app again before submitting a new build for review.

Im getting an error dyld: Library not loaded: @rpath/Bolts.framework/Bolts

it will run on simulator but crashes on device with that error

Ok, remove the app from device , do the Clean Build Folder mentioned above and run the app again on your device, it should work.
In case it won’t, then go into the Framework folder in the left panel in Xcode, remove References (NOT mive to trash) of Bolts, Parse and ParseUI.framework, then go into the project folder (Photofeed) enter the Parse folder and drag the 3 framework files again into Frameworks folder in Xcode. Clean the project and run again.

UPDATE AVAILABLE

Fixed crash on push notifications for NON registered users: if a user has not allowed the app to receive Push Notifications, the app wont' crash
• Updated AdMob SDK

Amazing template! But i whenever i try to build the project it says #import <OneSignal/OneSignal.h> file not found. Any ideas?

Here you go! Trying to center the main avatar image. On the storyboard its perfectly centered but each device it seems to move.

https://www.dropbox.com/s/iwl4edz3p3j5qyg/Capture.PNG?dl=0

Also how much would you charge to do some minor tweaks to this template? Mainly on what is being posted. Thanks!

we’ve replied to your email.

@fvimagination what is the name of the app in app store. I would like to test :-) Will you consider an android version ?

Hi, we haven’t published this app on the App Store, and we’re only iOS developers so no Android version. Cheers!

Hi,

Will the code come with parse backend code and database schema? And which database service are you using on http://back4app.com. if i buy will cover the server side coding?

Yes, it has Parse SDK hosted on back4app, the app creates its database schema while using it so all you have to do is to create an account and place the App and Client keys of your app into Configs.swift file in Xcode, don’t need us to create the database.

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