• Resolved aniello.mrt

    (@aniellomrt)


    is possible to add support to edit from plugin $fields settings params?
    I use this plugin with a iphone cordova app, and i need to disable url var to ‘url’ => “”, onesignal-admin.php, because when click on push notify on my iphone, instead of app, i’ve webpage opening.

    $fields = array(
    ‘app_id’ => $onesignal_wp_settings[‘app_id’],
    ‘included_segments’ => array(‘All’),
    ‘isAnyWeb’ => true,
    ‘url’ => “”,
    ‘contents’ => array(“en” => $notif_content)
    );

    https://wordpress.org/plugins/onesignal-free-web-push-notifications/

Viewing 1 replies (of 1 total)
  • Hello aniello,

    Do you mind contacting us using our website’s support system at onesignal.com so that we can discuss your needs in more detail? We just want to make sure of a few things that might not be happening correctly. We’d need to add different parameters to the call for your Cordova app to hook to the push notification and open the app; setting the URL to blank wouldn’t work.

Viewing 1 replies (of 1 total)
  • The topic ‘Personalize plugin params’ is closed to new replies.