Yunus Tek

Results 14 comments of Yunus Tek

I have same warning EDIT: This way is works for me Add this code: `OneSignal.setLocationShared(false)` before `OneSignal.initWithLaunchOptions(launchOptions)`

Hi Everybody, I solved the problem 👍 When you add the extension you can solve the problem: The extension function solved when you open in any view controller. The code...

You can use the code for simulator. ``` var isRunningOnDevice: Bool = { #if targetEnvironment(simulator) return false #else return true #endif }() ```

Yes, I'm having the same problem.