1869 comments found.
hi, i cannot upload to my phone. i get this error please check screenshot: https://ibb.co/cCk57Cy
Hi! This issue happens if you are trying to deploy to a older version of IOS from an older version of XCode. Please update to the latest version of XCode (and preferably also the latest IOS) and this will allow you to debug on your iPhone again.
Hi! It’s seems that either the date or the author is missing from your REST API response. Could you ensure that all posts have an author, and that alle authors have a a name? Also, please try disabling any plugins that may impact the author in the API.
I dont want show author. I have disable it on wordpress. Could it work if i delete author parameter on xcode?
You could remove the erroneous line all-together. However, note that the app will expect an author so the layout / app may not work as advertised if your remove this.
hi, i have delete command : , post.author.name! and now its working without author
thank you
Hi! Great 
Hi, I publish my application two weeks ago I put the configuration file in a server and everything work fine. These last three days I made changes in the configuration file but the content in the app remains the same even after 48 hours, do you have any idea?
Hi! An older version of Universal had issues with refreshing an updated configuration file. What version of Universal are you using?
The latest one 4.3
Which subversion of 4.3? Only our latest 4.3.5 has this fix
Yes 4.3.5 of 28 March 20
Thank you for confirming this. Did you also restart the app? And set a cache control server side less than 48 hours?
I restarted the application quite a few times the phone too, How I can set the cache control?
Hi! This depends on how you serve your files. If you do this on a web server, you may be able to do this in your .htaccess file: https://www.mnot.net/cache_docs/
Yes I have a cloud with cpanel i found I file named .htaccess , but I don’t know what exactly I have to put as a fonction?
Hi! This section describes how to do this: https://www.mnot.net/cache_docs/#IMP-SERVER
I put this line: ExpiresByType application/json “access plus 48 hours” in the .htaccess file, and now I’m waiting for the 48 hours end.
Great! Let me know your experience with this 
Hi, after the expiration of two days the content in the application remains the same, the application did not catch the new config file.
Remarkable. Did you also restart your app?
Yes the app and the phone too.
Alright! Could you please submit a ticket with me at http://sherdle.com/help/ with your config url, and a copy of your AppDelegate and ConfigParser files?
Hi, Is it possible to show javascript alertbox in the webview? Currently its not showing alerts.
Hi! I just checked for you, the latest version of the template does offer an option to show javascript alerts. However, this is limited to basic alerts only (i.e. login windows or other input prompts won’t work).
Hi, I am using this for a website that ask login through javascript alert box. Is there any option to enable that feature?
Hi! My apologies, but that’s not supported at this time.
Is it possible to use only one module like for example to create the app only with Woocommerce and build it?
Hi! That’s definitely possible, make sure to use the configurator tool to create a custom configuration for your app, which will ensure that only the content providers you need actually are presented to your users.
How can I add all the products and all the categories without just picking one by one?
Hi! I’ve replied to your ticket
Hello, i have a question that in which software i can edit this app, is this software free or paid and what if you just create an apo for me. I will provide you everything, whatever you need. I will buy this but is it possible you create?
Hi! The software is free (XCode) but requires MacOS to run, so you do need access to a Mac device, or you should install MacOS in a virtual machine or use a service like MacInCloud.
Step-by-step instructions on how to use the template are of course included in your purchase. Setup / installation services are not included.
Hi, i dont have mac system, so thats why i want you to create an app, i am using wordpress. I already buy your Andriod version.
Hi! Even without a Mac you can use the template for instance with MacOS in a virtual machine or a service like MacInCloud. You can also hire a freelancer, i.e. at upwork.com or freelance@sherdle.com to setup the template for you if you’d prefer.
So there is no favour, if i buy this script.
We dearly hope you can relate to CodeCanyon(s) policy to not include customisations in item support. Customisations, however small they might be, usually take a lot of time to be integrated. While I would do nothing rather than help everyone to tune the template to their needs, it simply can’t be done time & cost wise. Since I also have to provide regular item support, item updates, documentation writing & fund the initial development, also providing customisations would be impossible.
Ok no problem brother.. I will try my self.. Thanks
I’ve been redesigning my woocommerce site because I wanted to make use the native app functionality for speed and stability but I have products that have multiple variances. The app doesn’t seem to have the capacity to deal with each variance separately but rather diplays all the final variations in one selection field (in my case, 45 lengthy combinations). Is there no way to natively deal with woocommerce variances more elegantly? If not, is this something you’re going to look at?
Hi! At this time, the app can only display variations as a singular options.
I’d love to do this more elegantly, however, most of our users seem to use a limited amount of variations. I’ll closely monitor whether other users are requesting this as well, so I can implement it in a future update 
Please add option like android to control notification & Font size
Hi! Thank you for your feedback, I’ll consider this for our future updates 
hi @sherdleapps pls are all IAP now supported in recent versions, i want to use renewable to remove ads?
Hi! We still only support 1-time in-app purchases (no subscriptions).
Deprecated frameworks. Currently unstable in xCode.
Hi! I’m sorry to hear you’re having trouble. We try to update our template frequently, but in some instances an older library version may be used. This should never impact performance or how your app functions.
Could you let me know what problems you’re having with instability? This could be due to your configuration. I’d love a chance to look into this. Please submit a ticket at sherdle.com/help/ticket/
Is this going to be updated – Apple no longer accept apps that contain UIWebView. Thanks.
Hi! Yes, the template has already been update to WKWebView.
Great, many thanks. Does this include the new SDK for Admob? The old one still had UIWebView. Thanks.
Hi! To my knowledge, all pods, including Admob, no longer rely on UIWebView in the latest version. You can confirm this using a project-wide search.
Hi, I have some pre-purchase questions. The main purpose of the app will be to connect to an existing woocommerce store. Some questions:
= Will the app determine the design of the Woocommerce store or will that come straight out of the mobile view of the theme being used on the store?
= Will the store contents be cached in the app, or is it a straight webview? Will it be faster than a standard webview? And if the store is cached on the app, will changes to the store/products be reflected immediately or at intervals?
= Is the theme customisable in the app? Specifically can image proportions be edited and can product archives be set to list view with no images (not grid).
Thanks!
Oh, also is there a list of supported plugins? I need to enable product options but can’t use attributes and variations because the product is highly customisable (would end up with thousands of SKUs per product). Currently using “Advanced Product Options”.
Hi! There are two ways to show your WooCommerce site: 1) Using WebView, which will ensure your app works just like your site. Identical functions, layout, and speed. 2) Using the WooCommerce native provider. Only shipping plugins, payment plugins and backend plugins that don’t affect the frontend (i.e. Advanced Product options wont’ work). This will look like our demo, and is usually a bit faster depending on your API response speeds.
Thanks for the prompt response. Can it be a mix of native and webview for woocommerce? ie native navigation, category selection and cart, with webview product pages and checkout?
Hi! By default, checkout is already in WebView for security and reliability reasons. Products pages are however native.
As a new person to creating apps, I brought this application as I was under the impression it was going to be quite easy to use. I have followed the instructions from the page through from opening it up in Xcode (11) as instructed then followed the instructions for putting my own configuration into the local folder. From there I go back to the main storyboard and have a look at the layout and it has every controller under the sun there even through I only put in two menu items. Is there some easier to follow instructions for dummies like me?
Hi! Please rest assured that all you need to do is follow the step-by-step instructions in the documentation. You don’t have to edit any code, or any layouts like the Storyboard. Just putting in your configuration file, and setting up your API keys is sufficient to run your app.
How I change this that say Live Radio ?
https://i.imgur.com/3XukSK3.jpgAnd If I go to the News View inside the app, in the control center I can’t pause and play music how I fix that ?
Hi! This text, like all other texts, are defined in Localizable.strings.
Could you submit a ticket with a few more details about your second issue? At http://sherdle.com/help/ticket/
Is it possible the send the get_post_thumbnail in iOS Notifications?
Hi! At this time, we currently don’t offer an option to show images with notifications on IOS. I’m working on this for future updates, but I can’t provide you with an ETA yet.
Why there is not reply from you since 1 weeks now ?
in Email
Hi! I try reply to all emails, comments and tickets within 2 business days. If you haven’t received a reply by then, most likely something went wrong (i.e. the email may have gone to your spam). If you let me know your ticket ID, I can look into this.
Meassage to offical Email crew@sherdle.com From tow@protonmail.com
i guess you know the subject
Hi! I just checked, and our latest interaction was an email from me (to which I have not received any reply). This email was sent the 26th of April. Please double check that you received this email.
You can also submit a ticket with me at http://sherdle.com/help/ticket/ if you need another way to reach out to me (usually more reliable than email).
Every time I try to send you a message, I get this:
This message was created automatically by mail delivery system.
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
The original message was received at Mon, 04 May 2020 06:14:33 -0700 from @sherdle.com [@sherdle.com]
--- The following addresses had fatal errors ---
[Status: Error, Address: <tow@protonmail.com>, ResponseCode 421, Host not reachable.]
ticket #278941
4. 3 Design: Spam Hello,
Thank you for your response. After further review, we found that this app’s feature set and user interface is similar to other apps available on the App Store. Although the apps might not be identical, they do not differ enough in features or functionality to be considered unique. It would be appropriate to incorporate additional features, functionality, and user interface elements into your app that would better differentiate it from other apps.
Once you have made the appropriate changes to your app, we can continue with our review. We look forward to reviewing your revised and resubmitted app.
Best regards,
App Store Review
- Your app is unique (i.e. if you create a PewDiePie app, then you should ensure that you are not creating another pewdiepie app)
- Your app should provide sufficient functionality: https://sherdle.com/help/app-doesnt-meet-guideline-4-4-2-for-minimum-functionality/
hello, i got from apple review “tabs were unresponsive when reviewed on iPad running iOS 13.4.1 on Wi-Fi, “first time am using tab.. i noticed same in simulator..on iphone 8 plus and ipad 3rd gen…... pls how to fix bug
Hi! Thank you for reporting this to me, could you please send me a video of the issue, as well as a copy of your configuration, at http://sherdle.com/help/ticket/
ok ticket number is 376360
hi sorry after testing the original code, and couldnt reporduce it, i located the issue is with one developer who implemented fb audience banner, that covers the tabs, so even if fb banner is not showing on a device, the tabs are uncickable becos the banner area covers it, but when i removed the fb banner id, it seems to work well as it does on other device
Great to hear the issue is resolved!
Can I use Xcode for windows as explained here?
https://www.youtube.com/watch?v=2USszBtyQnQHi! Yes, definitely, you can use a service like MacStadium or MacInCloud.
Hi !
I can’t use special characters in the app name like : 90’+4
I’ve this error :
Code Signing /Users/fxxxx/Library/Developer/Xcode/DerivedData/Universal-akdgastnshasuoaoaocawehjqqzi/Build/Products/Debug-iphonesimulator/90'+4.app/Frameworks/AMScrollingNavbar.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/xxx/Library/Developer/Xcode/DerivedData/Universal-akdgastnshasuoaoaocawehjqqzi/Build/Products/Debug-iphonesimulator/90\'\+4.app/Frameworks/AMScrollingNavbar.framework'
/Users/xxxxxxx/Documents/90+4/Apps/iOS/Project/../Pods/Target Support Files/Pods-Universal/Pods-Universal-frameworks.sh: eval: line 131: unexpected EOF while looking for matching `''
Command PhaseScriptExecution failed with a nonzero exit code
I tried to fix it with backslash but it doesn’t work 
Hi! Tried a forward slash \ as well?
Yes I tried, it doesn’t work :’(
Alright! If you replace the ’ with a slightly different character, like `, does that work?
Hi, I use rss to broadcast news from my website, the problem is that: in the application it doesn’t display the full article, just half.
Hi! If you are using an RSS feed in your app, for example of a blog or a news website, it might be that you notice that entries are not showing up in full.
The most common cause for this is that an RSS feed will only provide a part of the full article, usually predefined by you RSS source. In most cases, an RSS feed will only contain about half of your article, a preview, with a link to read the rest. Universal will always displays the full article in an RSS feed, but we can only the part of the article that is actually included in your feed and no more.
Is there a possibility to get full content even if it pays?
Hi! No, it’s really a limitation of the RSS feed itself that you can’t fix on the client side. The RSS Feed just doesn’t have the info you want to display, so the app can’t show it.
Okay I understand, How I can remove the play button next the share button?
Hi! This button will only show if media is attached to your feed, so if you want to reliably remove this button (also for future updates), simply provide an RSS feed without media. You can also manually remove the code that shows this button in RssDetailViewController.swift if you’d like (but this will require custom code at your own risk).