10 comments found.
Still have support? I think buy this template.
Hi, yes, I offer support for all my items
I could not run the application, you could help me understand how it works, please?
did you follow the instruction in the help file? what error did you get? please send me a direct message and I will try to assist you via email
I have installed CouchDB but it’s still not working. It throws an error for attempting to create the database:
:5984/com-psd-dude-mobile-rssapp Failed to load resource: the server responded with a status of 412 (Precondition Failed)
error:"file_exists"
reason:"The database could not be created, the file already exists.
which i believe its not the cause as the database was created at a previous run of the program…..and also throws the following exception:
TypeError: Cannot read property 'feed' of null
at services.js:67
at ionic.bundle.js:23384
at processQueue (ionic.bundle.js:27879)
at ionic.bundle.js:27895
at Scope.$eval (ionic.bundle.js:29158)
at Scope.$digest (ionic.bundle.js:28969)
at Scope.$apply (ionic.bundle.js:29263)
at done (ionic.bundle.js:23676)
at completeRequest (ionic.bundle.js:23848)
at ionic.bundle.js:23758
any help would be appreciated
Hi,
it seems that a Google service on which the application relies on is no longer active. I’m working on a replacement and I will post an updated version of the package as soon as possible
thank you for understanding
Hi,
I have just posted a new application package which will be approved shortly. The new package uses a new mechanism for retrieving feeds.
When the new package is approved please download it. Only the files www/js/services.js and www/js/directives.js were modified
let me know if you need any help with the new package
The changed package has been approved and it’s available for download
Thank you
Hi what about push notifications? And appstore allows app like webvie?
Push notifications are not included, but can be easily added since there are a number of plugins for this.
The app store allows this, please see the demo app already published on Google Play Store
Hi there, I bought the app, but I can’t put it to work, I believe I followed the instructions well – unzipped the folder, checked all requirements, tested with android build in windows and ios build (from osx) with the same result: the menus are there but the feeds don’t display. My objective is to change the feed, but even with the original feed and without touching your code, it’s not working. Can you please advice? pls. thank you.
Hi,
sorry to hear that. I will try to help you get started.
There are several ways to put it to work:
1. Use the Android emulator – usually you run “ionic emulate” inside the project folder
2. Use a real mobile device hooked up via a USB cable – you run “ionic run”
3. You can run the app in the browser – by running “ionic serve”. However for this approach you need a local installation of CouchDB, which is a database
let me know which approach you are using or want to use and I will help you make this work.
You can also send me a direct message and I will contact you via email.
kindest regards, John
Hi, John, I was trying in the browser (will try the CouchDB install), but meanwhile just checked on a local device with the “ionic run” and it’s working. Thank you so much for your help! Kind regards, Claudino
Glad to hear it worked on the device, let me know if you need help with anything else
I do, If you don’t mind to advice on how to make the CouchDB (I have it already installed) work, to be able to run the app in the browser. please.
Hi,
sure, it’s quite simple. If you have successfully installed couchdb you should be able to access it’s admin panel going to http://localhost:5984/_utils
If that works then from the app’s folder run “ionic serve”
This should open a browser with the app running. It will know that you are in a browser and therefore it will try to use the database via “http://localhost:5984” This is set in www/js/defaults.js with the DEBUG_DB variable
Let me know if it works.
kindest regards, John
CouchDB is working here: “http://localhost:5984/_utils/” but when I run “ionic serve” it goes here: “http://localhost:8100/#/app/latest” with no feeds… the info on couchDb console is: “info 127.0.0.1 – - GET /com-psd-dude-mobile-rssapp 404”. Also on the ruby console, I have: ionic serve Running live reload server: undefined Watching: 0=www//, 1=!www/lib// Running dev server: http://localhost:8100 I’m googling for hours on this but can’t figure it out…
Just to summarize, you needed to configure the CORS policy for CouchDB. Glad to hear it works now
yes, it is working now. Thank you!
John,
taking your code untouched, In Xcode, the CBLite.m is returning this error: “No Visible @interface for ´CDVPlugin´declares the selector ínitWhithWebView`
”””””””” - (id) initWithWebView:(UIWebView)theWebView { self = [super initWithWebView:theWebView]; if (self) { // todo check domain whitelist to give devs a helpful error message } ””””””””””
}
return self;
on the “ionic run” command, also in OSX El Capitan, returns *
- BUILD FAILED * The following build commands failed: CompileC build/PSDDude\ Mobile.build/Debug-iphoneos/PSDDude\ Mobile.build/Objects-normal/armv7/CBLite.o PSDDude\ Mobile/Plugins/com.couchbase.lite.phonegap/CBLite.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
can you advice on this, please? thx
Hi,
This is a bug in the CBLite plugin. Apparently they have fixed it. You could re-install the plugin, but the easier and safer way would be to just edit the file CBLite.m and make sure it matches the file here https://raw.githubusercontent.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin/master/src/ios/CBLite.m
Please make sure you edit the CBLite.m file in both plugins/com.couchbase.lite.phonegap/src/ios/CBLite.m and platforms/ios/... (I don’t know the exact path as I don’t have a Mac around)
Anyway, after you do that it should work just fine
Does this app only show the excerpts? Did download the demo and compare the text on app and on website, it looks like only the excerpts shows on app.
Hi, yes, it shows the excerpt as contained in the RSS feed configured in the app.
good work
Thank you!
Hi Please add Admob as that is the Source of income for most of this kind of APPS
I actually had that in plan next, thanks for the suggestion
Demo APK please.
works with wordpress? rss or json feeds?
yes, it works with any rss feed (wordpress or other website)
does it shows full rss feed for just excerpts?
it shows RSS content snippets/excerpts and has links to the original posts. You can also share the links via all installed social apps
but does it shows full rss text?
yes, it does. Please see the Demo app, it is free to download and install and it shows the RSS feed from my Photoshop blog
Demo APK please.