Article sections

    Yes. There are several options for push notifications in WebViewGold: 

    Option 1: You can insert a piece of code JavaScript code on your website to define a push notification, which can be shown after your app was closed (while scheduling it during the app is open). This works without OneSignal or Firebase configuration at all. 

    Option 2: If you want to use the OneSignal API in your app, the backend onesignal.com will be your place to send notifications to your users. You can get the individual OneSignal Push ID for each user; it will be appended like ?onesignal_push_id=XYZ to your WebView URL. 

    Option 3: If you want to use the Firebase API in your app, the backend firebase.google.com will be your place to send notifications to your users. 

    Option 4: Use push using our plugin for Bubble.io: https://bubble.io/plugin/webviewgold-onesignal-push-1602240916803×713805488222896100  

     

    All integration options are explained in the included documentation. Moreover, our support team is dedicated to supporting you in any case 🙂  

    In terms of OneSignal, please check this:

    iOS: Just activate the „kPushEnhanceUrl“ option in Config.swift (by switching the value from false to true) to append the individual user ID via ?onesignal_push_id=XYZ to your WebView URL.

    Android: Just activate the „PUSH_ENHANCE_WEBVIEW_URL” option in Config.java (by switching the value from false to true) to append the individual ?onesignal_push_id=XYZ to your WebView URL.

     

    in WebViewGold for AndroidWebViewGold for iOS