Brian Smith

Results 61 comments of Brian Smith

Should we add a common `stylecop.json` file in the repo to support configuration? https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/Configuration.md

Hi @AdamDiament thanks for reporting, I will look into this today!

I think I have an understanding @AdamDiament! I've confirmed when you run an app for the first time with the default `compileSDKVersion` of `31`, notifications are immediately `denied` without prompting...

@AdamDiament I see the expo issue has been closed, I'm closing this issue as well but please let me know if there are any additional issues!

@henriquearakaki Expo Go does *not* allow you to add custom native code, as a portion of the OneSignal SDK is native we do not anticipate the Expo Go environment will...

Hey folks! From looking through the history it looks like there were 2 different issues raised in this ticket: 1. Please make sure you run in a supported environment. 2....

@metadevj are you able to workaround the issue with the `fs` trick noted above? Will see about getting these suggestions in so it is more seamless.

Hi @GleidsonDaniel, can you please provide the version and device you are running the prod apk under? Is it the same as your dev? Thanks!

@GleidsonDaniel unfortunately I'm unable to reproduce what you're seeing. I was able to generate an APK through an EAS build to generate an APK, OneSignal registration and push notifications are...

Hi @metadevj , it looks like [getExtras()](https://developer.android.com/reference/android/content/Intent#getExtras()) can return null when no extras have been added. Looking at the OneSignal Android code it isn't apparent how this can happen. Can...