Ökkeş Aksoy

Results 6 comments of Ökkeş Aksoy

I moved the code "classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.6, 0.99.99]'" into "android/build.gradle" and added the onesignal in "android/app/build.gradle" I deleted the codes and it was fixed. There is no problem with the notification...

> > > > > I moved the code "classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.6, 0.99.99]'" into "android/build.gradle" and added the onesignal in "android/app/build.gradle" I deleted the codes and it was fixed. There is...

@jkasten2 any update on this?

> @westy92, @uj, and @Aksoyhlc There has been some investigation of a rewrite of this plugin to use the newer Gradle [`ComponentMetadataRule`](https://docs.gradle.org/current/userguide/component_metadata_rules.html) API. This should solve this issue, as well...

I'm having the same problem. Note: Fixed by changing the version to 7.0.0

Add the permission line above the initialize line and put await at the beginning. Run initialize if user allows, otherwise don't run. If you still get the same error, request...