Code

Discussion on Universal for IOS - Full Multi-Purpose IOS app

Discussion on Universal for IOS - Full Multi-Purpose IOS app

Cart 3,546 sales

1869 comments found.

Hi, dearest mate,

I want to show interstitial ads for webview always. Every time someone open the webview page it should trigger the interstitial ad. At the moment I can only choose the interval, but if I set the interval to “1” it will destroy the user experience :(

Hi! Setting your frequency to ‘always’ will guarantee Apple to reject your app, so I would very strongly recommend not to do this.

Nevertheless, it’s possible using the options in AppDelegate.swift

Mate, please read again; I said “NOT BASED ON THE INTERVAL”. I want the interstitial to show up everytime a person presses on the webview page. I don’t mind about posts or categories, just I want the interstitial to show on the webview, everytime they press it. How can I do it? Which .swift file I have to change? The WebViewController.swift? I want to force the interstitial ads on the webview, not depending on the show_interstitial_interval. Do you understand what I mean?

Hi! An Interval defines how often sometime is shown, i.e. every x times. If you set the interval to 1, it’s thus shown every time (= always).

This interval is by default only applied during tab / menu navigation, however, in AppDelegate you can also configure this interval to apply to webview as well. If you enable this, and set the interval to 1, interstitial ads will show for every web page you click.

Hi, my app got rejected with the following reason:

Guideline 4.0 – Design

We noticed an issue in your app that contributes to a lower quality user experience than Apple users expect:

- Your app displays multiple consecutive ads.

Any idea how to fix it? Just showing less ads?

I hope this resolves your issue. Keep me posted!

I changed it to show interstitial intervall: 4 and it seems Apple is ok with it. However, they sent me another thing:

“ITMS-90683: Missing Purpose String in Info.plist – Your app’s code references one or more APIs that access sensitive user data. The app’s Info.plist file should contain a NSLocationWhenInUseUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you’re using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn’t contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy)."

What to enter/change?

Hi! Please see: https://sherdle.com/help/ios-permissions/ to learn how to add: NSLocationWhenInUseUsageDescription

1 – Picture inside post no clickable to full view 2 – How i can Disable ( Related ) in posts

Hi! 1) This appears to be the expected behaviour, we currently don’t offer this option except for the header image. 2) In PostDetailViewController.swift change:
if (post.tags != nil && post.tags!.count > 0) {
            requestParams.tag = post.tags![0]
        } else if (post.categories != nil && post.categories!.count > 0) {
            requestParams.category = post.categories![0]
        } else {
            relatedCollection.isHidden = true
            relatedLabel.isHidden = true
            self.relatedCollectionHeight.constant = 0
            return
        }
To:
            relatedCollection.isHidden = true
            relatedLabel.isHidden = true
            self.relatedCollectionHeight.constant = 0
            return

thank’s what about android ?

Remove the loadRelatedPosts(); function from WordpressDetailActivity.java

Hi, I am trying custom content at a contact overview with: 2”,image“]}]

But I cannot use it at the xcode simulator. provider custom ist not known. What´s wrong with this json? When will you release the gdpr feature of android?

Hi! Custom items are currently only supported from the menu (not from tabs, or from overview screens), so please take this into account when building your app.

I do plan to add this to a future release, however, I can currently not provide a timeline for this.

is this app support bimber theme ?

Hi! With WebView functionality built-into Universal, you can use the template to directly convert your site to a template. The template will then function similar to a browser, and all you theme functions will continue to work.

Let me know if I can answer any other questions.

Hello, the app loads fine your content, but doesn’t preview my wp website. My REST API works well o browser but on app doesn’t load. any help? thank you

Hi! In Main.Storyboard all the layouts, are defined. In CollectionViewUtils/Cells/ you’ll find cell layout definitions (for rows).

Hello, yes found it!.....where need to modify to see only the date without the hour below post title? i edit the DatExtension.swift (to show only the date) but doesn’t update in app…thank you again!

Make sure to edit only the dateToString method in this file, and leave all other code the same.

hi i just downloaded to latest one after a long while, now my question is, if i set my deployment target to ios8, will my app be rejected by apple, cos some old users are using below ios 11.

Hi! The latest version is only compatible with IOS 11 and up, the app can only launch on these devices (that’s 97% of all IOS devices)

Hi, I want a change sort product show on woocommerce from recent to random. (home page and category page)

please guide me for change

Hi! At this time we only support sorting by recency, sorry!

you have service for this?

Hi! To get in touch with a freelancer familiar with our products, please send a ticket to freelance@sherdle.com

Full View Problem

I’m trying to put a picture full-with in this view but i put and I can’t, can you help me ? ( I Put all the constraints )

I see this in stackoverflow https://stackoverflow.com/questions/56435510/presenting-modal-in-ios-13-fullscreen

Here the picture of the problem https://i.imgur.com/QOWE00m.png

Hi! While you’re free to customise the template, I unfortunately can’t provide assistance for your customisations. Thank you for understanding :)

I only want to know I can put the Radio Control View in FULL Screen ?

Did you disable the NavigationBar using the option in AppDelegate?

Are you offering camera support like you do in the Android version of this app (Web2App)? Also, does this webview support persistent login? I was able to enable persistent login with the Android version of this app by using a wordpress plugin because the Webview hosts a wordpress site. I’d like to be able to do the same thing on iOS and keep my users loggedin even if they close the app and return days later.

Hi! Yes, for camera support please see: https://sherdle.com/help/ios-permissions/

Our IOS version supports cookies, like our Android version, which can be used to create persistent login functionalities. If you have issues with this, try disabling multiple tabs (i.e. use menu items instead).

Hi, is that possible to use multi-vendor WordPress theme and display vendors products in WooCommerce shop? Please advise. Thanks.

Hi, thanks. I meant a marketplace theme – not a multi-vendor plugin. The product pages has respective seller’s name. Also, do you plan to upgrade to API v3? : The current WP REST API integration version is v3 which takes a first-order position in endpoints. Please advise.

Hi! Out of the box, the template uses API v2. However I just checked for you, and there are no breaking changes in the endpoint the template calls compared to v3. Therefore, you can just change the endpoint to v3 without any consequences (I just tried this, and the app works as expected).

OK thanks. I wil try it.

If I’d like to customize the app to add another video service/hook into the code, where would I go? Right now, you have a YouTube and Vimeo option available. Where can I access this info to attempt to plug in a third video service?

Hi! On IOS, we currently only offer Youtube (vimeo is to be supported in the future). I do not have a documentation to plug in additional video services, but if you know Swift, you can look at how the Youtube View Controller is implemented, and extend this with your own custom logic.

Thank you sir. Yes, I’m solid with Swift & Kotlin. I have one more question and I’ll take a break for now, lol. Can the circular loader be customized? I’m a Motion Designer and have some killer ideas.

The loading spinner, is a default UI element that Apple provides. You can replace it with any custom view you want.

I wanted to write just to commend you on your customer service. I never have to wait for days to get a response, which is unheard of. If you ever release any additional apps, I’ll buy it simply based on what I’ve seen thus far. Wishing you much continued success.

Hi! Thank you for your kind words :) If you would like, it would be amazing if you could rate us at http://codecanyon.net/downloads/

Let me know if you need any further assistance!

Dear support, I want add a custom view to your app template. How must change the config.json for open my custom view not included in your template? Thanks

You should edit FrontNavigationController.swift to be able to support your custom view in the config.json and then take the appropriate action when this item is selected.

Hello, i want to buy your app to manage my Wordpress site, so i have a couple of questions:

1. i need on menu side (left menu) to have wordpress categories and by default the Home load a certain category of my choice..if this possible?

2. is possibile to add login/registration for users (maybe an apple login?)

3. apple approves this kind of app that show website only?

thank you

Hi! I’m happy to answer your questions: 1) That’s definitely possible, you can configure your app’s menu however you want. 2) We currently don’t offer login/registration functions. But you may add these using WebView. 3) Yes, native Wordpress apps are typically accepted. Apple is more strict regarding WebView based Wordpress apps, as you web app has to comply to the guidelines.

I can use an assist. I can’t get a Facebook feed to populate. I’ve added the App ID/Token to AppDelegate but not quite sure of the info I should apply to the config.json file for the FB area.

Right now, there are already numbers there… what info am I searching for in my FB credentials to apply to the app???

Could you submit a ticket with me at http://sherdle.com/help/ with your log?

For FB?

Yes, for the Facebook issue, please submit a ticket with me at http://sherdle.com/help/ with your log?

Hey there. Sorry if this has been asked before but how do I solve this issue…

In the App Delegate file, I can’t seem to get my RGB values to show at 100%. For example, if I set the values to red (255, 0, 0), it only displays as a tint of red… like a muted pink.

Am I missing something anywhere???

Hi! Great question! The toolbar is partially translucent, that explains why all colours will be slightly muted in the toolbar.

Can you point me in the right direction regarding the RGB values? When trying to change the gradient, none of my colors come out bold and vibrant like your blue gradient combination. Why is that? My gradients always turn out wrong and/or muddy lookin’.

Not sure if I input my values/numbers as .22 or 22

Also, how do I add values such as 238 (for example). Is it .238 or simply 238?

Last, can I add a background image???

Perhaps a tool like this can help to pick your colors? https://www.ralfebert.de/ios-examples/uikit/swift-uicolor-picker/

Note that we currently don’t provide an option to set a background image

Hey, Can you tell me how i can change the date format?

In WordpressSwift the Date and time Shows now “YYYY-MM-dd’T’HH:mm:ss”

I will change that in German format like “dd-MM-YYYY HH:mm”

Thanks and Rgds

Hi! While I’m happy to point you in the right direction, I can’t actually do the customisations for you, this would require custom code. Thank you for understanding :) P.s. timezones should adapt to the locale using the current setting

Ok, i think there is a Bug.

See in your Config. If you look at Recent Posts it looks right. If you go to Wordpress Rest it looks bad like “YYYY-MM-dd’T’HH:mm:ss”

Hi! If you think there is a bug, please submit a bug report with the details at http://sherdle.com/help/ticket/ and I’ll look into this :)

Hey, I got another question, thanks for the great support!

Is it possible to show the content of multiple wordpress sites in one tab? So that would mean one tab shows one feed of posts from different sources. I hope you know what I mean?

Hi! At this time this is not possible, you can show only 1 source per list.

Hey! Great Template! Just released the first version of my app to the App Store.

I am delivering multiple Podcasts and one Podcast is available on Apple Podcasts (which is, as far as i know, the new name for iTunes Podcasts). However, when I add the feed URL, no episodes show up. Is Apple Podcasts supported or is this feature no longer working?

Thanks Fabio

Hi! iTunes Podcasts are definately supported and tested. Do you use the latest version? Any way in which this iTunes podcast could be different from regular / most podcasts?

Thanks for the quick reply! It is a podcast that is hosted on spreaker.com and distributed to iTunes Podcasts. Which means for now I use the spreaker RSS Feed which works but doesn‘t show a picture. That looks a bit boring. I would love to be there a picture, basically from the iTunes Podcasts Listing.

Alright, soo the Spreaker RSS works, but the iTunes RSS doesn’t? Could you please send me the url of the podcast?

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