devWaleed

Results 15 comments of devWaleed

@hjl19911127 ok I am using your Drawer in one of my mobile app with Cordova. Thanks for making this.

Just updated my app to latest version of VoipPushNotifications and I am able to receive multiple events of VOIP package correctly but not for CallKeep @manuquentin sir i'll really appreciate...

@mikeangelsilva Hey, if you're using APN with VOIP type make sure you're using correct URLs for sending notification i.e for development build you will use development certificate and sendbox URLs,...

@manuquentin only the incomingCallDidDisplay event is thrown from native side accept and reject events are not, can you please help on this one?

I am using https://github.com/Kureev/react-native-blur#9d2d744a5171f3a77564a43f87c2cfb3fbcf597e i.e master branch as of 25th June and its little bit better than 3.6 version available on npm

@jonasmedeiros thank you for the solution...did you notice that when we click app icon, it takes some time to start app and show up on screen? In debug APK it...

Try in config: ``` 'do_not_track_ips' => [ // empty ], ```

If you're on Laravel 5+ you should change the name of config.php to tracker.php. Publishing is broken for Laravel 5.4.

I faced this issue as well. The best solution to solve this (imo) is to use InnoDB engine for tracker tables. By default all tables will use MyISAM. ``` 'tracker'...