Code

Discussion on SuperView - WebView App for iOS with Push Notification, AdMob, In-app Purchase

Discussion on SuperView - WebView App for iOS with Push Notification, AdMob, In-app Purchase

Cart 1,376 sales

963 comments found.

Hello I’m having an issue with Firebase analytics. Firebase is unable to read my app, i went ahead and drag frame work to xcode (Embed & Sign) also i did remove the line in

Frameworks/GoogleUtilities.framework (Do Not Embed) // Frameworks/nanopb.framework (Do Not Embed) // Frameworks/Protobuf.framework (Do Not Embed) // and uncomment this line: //

what else do i have to do for it to work properly?

Thanks

will it support ios 14 version?

Yes, Swift has an ABI stability.

Hello,

Are firebase notifications enabled and when we send the url as topic message via firebase, is it possible to open the relevant web page in your webview application when we click on this notification?

i got this error: Failed to load module ‘SuperViewCore’

Press Command + Shift + Option + K to clean the project and Command + B. Let me know what happened.

still same error

Call pod deintagrate and then pod install and after that open the white icon, the workspace file.

Hey gang, quick quesition. When I change splash screen image it shows your S splash screen first and then it shows mine. How do I fix this? I added the purchase code from envato. Thanks! Veliki pozdrav

Also how do I disable the status bar? Network and battery icons keep showing up.

Hi,

That is just cached, run with some other simulator or device, you can also just restart your device and start the app again.

For the status bar, please Google, it is like with any other iOS app. I am not near my Mac currently.

Pozdrav

When used with WooCommerce, does it support Apple Pay?

We don’t have apple pay integrated

Hi, i just purchased the app, when run our site in webview i get a add to calendar popup everytime i press a button that have a onclick event. can this be disabled? also can i pass onesignal push id over to the webview so i can save push id to the actual user.

if you have a mail i can send a screenshoot

What do you mean java bridge? Is this on ios or android?

it is IOS.

Does it support webrtc?

No, that is not supported.

Best regards

Também estou tentando fazer isso, mas quando vou executar no emulador acusa erro de instalacao nele.

Details

This app could not be installed at this time.

Domain: IXUserPresentableErrorDomain

Code: 1

Failure Reason: Could not install at this time.

Recovery Suggestion: Failed to load Info.plist from bundle at path /Users/carlinhos/Library/Developer/CoreSimulator/Devices/D518550C-61D7-4F06-B696-07DB9E6FF47A/data/Library/Caches/com.apple.mobile.installd.staging/temp.oIWJeq/extracted/Payload/G3 Portal.app/Frameworks/FirebaseCore.framework; Extra info about plist: ACL=<not found>

Eu adicionei todos os frameworks que tem o nome “Firebase”

Hi,

For Firebase, you need to import the framework and drag your GoogleServices plist file in Xcode.

Best

Ok, I already dragged the firebase to xcode, it is compiling normally. My question is how do I concatenate the token in the URL that loads the webview.

a) I imagine it is something like this: var fcm_token = InstanceID.instanceID (). token ()

b) You need to put this in the url that loads the webview: “https://myhostmobile.com/app?fcm_token=” + fcm_token

And so my application on “myhostmobile.com” will receive the fcm_token, stored in the database and I can send a specific push to that device later.

Is there any way to present tips on how to do these two things above?

Hi,

Can you open AppDelegate.swift file in Xcode and add:

import FirebaseInstanceID

and bellow SuperView.configure() add:

InstanceID.instanceID().instanceID { (result, _) in
    if let token = result?.token {
        SuperView.handleURL(url: URL(string: "https://www.google.com/search?q=" + token)!, options: [:])
    }
}

Best regards

Hello

I already imported the firebase in the project as directed, now I need to pass the fcm_token in the url of the webview. How to do this?

You can find the method for fetching the token in the documentation. Just call it with your javascript code, do what ever you want with it.

Best regards

Can it run share screen? I’ve website that support screen share app for something like online meeting but safari doesn’t support screen share so does your webview app support it?

Hi,

No, sorry.

Best

first of all thanks for this great web view application.we are only using three frameworks you provided and they are 1-SuperViewFacebook.xcframework 2-location 3-onesignal

We are finding difficulty in facebook login as we have facebook login button in our web and works perfectly in web application and when we click on login with face book in your webview a new safari page pop up with oauth2 and login perfectly and in safari browser and the application is not redirecting to our web viewapp. i have done all the step like app id etc….. but still not redirecting.

actually what happen is as the facebook page is pop-upped in safari it reload and my website is opened in safari(the same login page).later in that same page of safari facebook login works.

Hi,

Do you want to add FacebookSDK or you want to use your facebook login on the web?

Best regards

Hello, Great work.

Does it support audio playback (Background mode)?

No, but you can enable that in Xcode, you will also need to add one line of code.

Please help Please help

From Apple 2. 1 Performance: App Completeness Guideline 2.1 – Performance – App Completeness

Your app crashed on iPad running iOS 13.6.1 on WiFi when we:

Specifically, we continue to notice that your app crashed when we tapped to add an item to the shopping cart.

We have attached detailed crash logs to help troubleshoot this issue.

Next Steps

To address the crash in your app, follow these steps:

1. Fully symbolicate the crash report. See Adding Identifiable Symbol Names to a Crash Report for an explanation of the symbolication process. 2. Match the crash report to a common pattern. Based on the pattern, take specific actions to further investigate the crash. See Identifying the Cause of Common Crashes. 3. Test your app on a device to ensure that it now runs as expected. 4. Once you’ve addressed the crash, create and submit a new build to the App Store for review.

You need to connect Xcode with your device and reproduce the bug. Your shopping cart is using some privacy I think. We just need to see what and add in the Info.plist file in Xcode.

Best regards

Hi, im trying to auto play and inline mp4 video with revoluation slider however it auto doesn’t play even when i just use plain html5 it just shows the poster?

Is it possibile add the icon in toolbar? In you video example you put “CNN” and “Yahoo”, but can I insert icons instead words?

hello i have problem please help me

1. insert purchase code and webview URL at config.plist 2. bulid

appdelegate line:55 Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0×0)

setup_toolbar Not purchased: 2020-08-06 12:45:45.271751+0700 App[92968:26011928] WF: === Starting WebFilter logging for process App 2020-08-06 12:45:45.271933+0700 App[92968:26011928] WF: _userSettingsForUser : (null) 2020-08-06 12:45:45.272102+0700 App[92968:26011928] WF: _WebFilterIsActive returning: NO

i don’t nkow reason why have error

Would you be able to update us on the status of the random reloading bug? Its pretty detrimental from a user standpoint. The bug only occurs on WiFi when there is low connectivity. Switching to Mobile Data fixes this issue.

Would love this to be looked at as a priority because its hurting my user base and I cannot answer as to why this is occurring (It seems to only happen with your app)

Hi,

There is a new version of that code and it will be in my next update. I will send the update in a few days.

Best

Hey! Just wondering if the update is close to release? Really needing it with daily reports of it and me not being able fix it myself due to the code being hidden.

Really need that update, or at least a status on progress please.

Error: app is not showing webp images.

WebP was designed by Google for use in Google Chrome. Unfortunately, WebP is not supported in Apple’s Safari web browser.

Best regards

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