Ahmet Selcuk Sahin

Results 5 comments of Ahmet Selcuk Sahin

For anyone having the same problem, Our solution was to set launchURL for web and app differently. Like: - launchURL for web => https://www.example.com/1 - launchURL for app => app://example.com/1...

It also happens with the `launchAutoHide` option and not explicitly calling the `.hide()` method ``` typescript SplashScreen: { launchAutoHide: true, launchShowDuration: 2000, backgroundColor: "#F6F8F8", androidScaleType: "CENTER_CROP", splashFullScreen: true, }, ```

Thanks for this version! The logout functionality in this version should be really useful for us. I'm using Ionic Capacitor, but I can't seem to work with the request `OneSignal.Notifications.canRequestPermission`...

> When building debug build on mobile and adding debug SHA-1 to google console received from android studio it works. But when release on playstore and adding SHA-1 from developer...

> > > When building debug build on mobile and adding debug SHA-1 to google console received from android studio it works. But when release on playstore and adding SHA-1...