31 comments found.
App rejected – Guideline 4.2 – Design – Minimum Functionality.
Per Apple the reason was the following: We found that the usefulness of your app is limited because it seems to be intended for a small, or niche, set of users. Specifically, your app is intended for providing information with static texts and articles.
Please advise.
Hi is possible to play audio post? Is there android version? thanks
after purchase can u compile and send ipa file to me?
Yes i can
Does the app support video embedded in an article iframe? For example, https://dzertv.ru/shod-sosulek-i-gololed-posle-silnyh-morozov-v-dzerzhinsk-prishla-ottepel/ If that works, I’ll buy your application. Thank you!
Check it
I have a wordpress social site and want to convert to IOS app. Is your app can do the work? How fast the app load? Will Apple accept this app?
And contact me i can make demo
excellent! Can you make a demo? I want to see a live one to compare. I did one on cordova but i don’t like. Looking for better lightweight app.
İ suggest this app https://codecanyon.net/item/news-swiftui-wordpress-rest-app-full-swiftui-ios-application/29836602 it has many features. Live version is here https://apps.apple.com/tr/app/seferihisar-yeni-haber/id1381154203?l=tr
My site has everything for social including comments, posts and etc. I just need the IOS template to convert from wordrpress to IOS with a fast loading speed and nice UI. I don’t know swift codes. I hope i just pop my URL in to your template and adjust a logo, will this work?
Yes its work you dont need know swift
İ suggest swiftui language version. Because it has many features and new language and fast
Hi, are you going to add the login and comment space?
I will do it later
Hi asilarslan, Could you confirm that this version is updated to run with last xCode version? as per quocphong1591 comments seems that the las version is not updated. Please, could you confirm? Regards.
Hi Jorge. Yes it is last version.
I bought the new version for $ 30, please send the source code file to email quocphong1591@gmail.com
Gönderideki içerik resimlerini yakınlaştırabiliyor muyuz?
İçeriklerdeki görseller için özellikle yakınlaştırma eklemedim ama kolay bir şeyse ekleyebilirim. Veya kullancağınız wordpress sitenizi mesajla iletirseniz deneyebilirim satın almadan önce
upload apple store reject with Error 4.2.2 Apple Store policy.
Guideline 4.2.2 – Design – Minimum Functionality We noticed that your app only includes links, images, or content aggregated from the Internet with limited or no native iOS functionality. Although this content may be curated from the web specifically for your users, since it does not sufficiently differ from a mobile web browsing experience, it is not appropriate for the App Store.
Please fix the interface and application error.
no problem this version. i think update screenshots
Do you not understand the reading? Your version is too simple, Apple Store rejects the application with error Guideline 4.2.2 – Design – Minimum Functionality. Please update the new version! Pls pls
No. Current version is available in app store
please send link app live apple store? I found you on the apple store app, you lied, the wordpress app doesn’t exist on your app.
No. it is available other account. Check it. https://apps.apple.com/us/app/id1511192375
Lol, This is someone else’s version, not yours. Pls update the app.
its using my app. If you want customization, i can do whatever you want for the price. I don’t have to update anytime soon.
LOL, These are 2 different problems. The update version is your job, many applications in codecanyon, they are always up to date with the latest version. And customization is personal. Unfortunately, someone buys your app when you no longer update.
I am really interested in your app, looks great!
few points to say:
- Posts seems to look as if they popup window.. you might add a way to open in full screen
- Adding comments would be such a great feature ( sub additions ) – navigation to login so it would be 1 time login ( save info in app ) to just open explore .. comment
- Add a live example : ) video or best link to a live App Store app
- Add RTL support pictures
Hi, thank you for attention. I think next versions
Your fast reply makes it clear how good your products and support thanks & keep up
Adding to suggestions:
- “Read Later” which enables visitors from saving posts offline in app (cache or something) so they can read it later offline
- Other ways to engage users like ( favorite, upvote .. etc )
- Easy post share
- As photos don’t show clearly how posts are loaded, but for me the best method to show loading progress is (Progress bar) which is like the one used in iOS Safari broswer to load websites
Thank you. I will consider them.
I have sent you an email since yesterday.. Please respond when you can
replied
Red Error: No such module ‘Alamofire’
Unfortunately, I can’t find anything on the point in the documentation. How do I fix the problem? Regards
Hi, Did you open SwiftPress.xcworkspace, not SwiftPress.xcodeproj?
Yes my mistake.
But now a new problem in SwiftPress.xcworkspace
Red error: Build input file cannot be found: ’/Downloads/GoogleService-Info.plist’ (in target ‘SwiftPress’ from project ‘SwiftPress’)
GoogleService-Info.plist file is required for push notification. Create project from https://firebase.google.com/. And add new ios application. and you can download GoogleService-Info.plist and add your project. if you dont need push notification contact me. i can remove for you.
Yes, please remove this function. Push is not required. thank you
ok tell me email or send me email
I have now sent you an email.
i sent
Great job with this product.
How do you refresh the feed at home ?
Hi, thank you
You can add this lines your tableviews
private var pullControl = UIRefreshControl()
pullControl.attributedTitle = NSAttributedString(string: "Pull to refresh")
pullControl.addTarget(self, action: #selector(refreshListData(_:)), for: .valueChanged)
if #available(iOS 10.0, *) {
tableView.refreshControl = pullControl
} else {
tableView.addSubview(pullControl)
}
// Actions
@objc private func refreshListData(_ sender: Any) {
self.pullControl.endRefreshing() // You can stop after API Call
// Call API
}
Please update new version, when i delete Pods and run install pod, there are many error, please
Hi, You didnt remove Podfile only you can remove Pods folder. And Open SwiftPress.xcworkspace, not SwiftPress.xcodeproj
Your tutorial files are useless, the code is too buggy and old.
no. it is well done documentation. i think. you deleted the wrong files
Hi, please update how to change all name app, i want to change name all Swift to another name!
Hi,
Step 1 – Rename the project Click on the project you want to rename in the “Project navigator” in the left panel of the Xcode window. In the right panel, select the “File inspector”, and the name of your project should be found under “Identity and Type”. Change it to your new name. When the dialog asks whether to rename or not rename the project’s content items, click “Rename”. Say yes to any warning about uncommitted changes.
Step 2 – Rename the scheme At the top of the window, next to the “Stop” button, there is a scheme for your product under its old name; click on it, then choose “Manage Schemes…”. Click on the old name in the scheme and it will become editable; change the name and click “Close”.
and i want to chang all file Pods-SwiftPress (change SwiftPress another name)
hi, when i rebuild pod, there are many many error, please support for me
hi,
In XCode: choose and edit Podfile from the project navigator. You should see a target clause with the OLD name. Change it to NEW.
Quit XCode.
In the project folder, delete the OLD.podspec file.
rm -rf Pods/
Run pod install.
Open XCode.
Clean and run.
thanks, i fixed. But warning ”’bottomLayoutGuide’ was deprecated in iOS 11.0: Use view.safeAreaLayoutGuide.bottomAnchor instead of bottomLayoutGuide.topAnchor” about more 10 line
warning is normal or you can take care about this
There are many warning ‘bottomLayoutGuide’ was deprecated in iOS 11.0, Please update to the latest version, this code is out of date.
these warnings not prevent the application from running. junk warnings.
Hello, is the android version available? Do you use the RESET api? Notification available?
Yes rest service firebase notification is available
bütün wordpress sitelerde ve temalarda sorunsuz çalışır mı ? herhangi bir eklenti kurmak gerekli mi ?
wordpress version 4.7 den sonrakilerde genel olarak sorun olmuyor.
This app Full of bugs slow support reply don’t waste your money
Thanks for the updated version!
Received a build error though when attempting to run updated version of app – here is the error:
error: Build input file cannot be found: MainFiles-1/Downloads/GoogleService-Info.plist’ (in target ‘SwiftPress’ from project ‘SwiftPress’)
What could be wrong?
it needs firebase GoogleService-Info.plist for push notification. if you dont need firebase push notification i can help you remove to firebase.
Is it simple to set up in Xcode? I would like to have push notification abilities. Will you update documentation to show how to use it? Thanks!
Could you provide me the steps to remove firebase? I will not be using it.
Sure. Open the Podfile and remove this lines;
pod 'Firebase/Core'
pod 'Firebase/Messaging'
After open AppDelegate.swift and remove this lines;
import Firebase
FirebaseApp.configure()
Contact me if you have problems. asilarslan93@gmail.com
Thanks, I was able to use firebase. Another questions – will there be an update soon? The current version has some issues displaying the webkit and doesn’t use dark mode for the post content.
Did you get last version. İ added dark mode
Please we need android version Today
I buy the app : picture in post not supported – video not supported RTL issue I send refund request please accept
Url in post not open also