react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
740 stars 284 forks source link

Build failed after modifications of AppDelegate.m #283

Open Jens-dev opened 3 years ago

Jens-dev commented 3 years ago

hi Guys

I'm relatively new to the subject of integrating react-native push notification. I have adjusted my AppDelegate.h and my build runs smoothly. But when I adjust the AppDelegate.m I get a build error.

The change in the @implementation AppDelegate seems fine.

But if I add the rest in the AppDelegate.m nothing works anymore and I get the build error.

My AppDelegate.m now looks like this:

https://gist.github.com/Jens-dev/a1aa134ae2e251cf43d05358297eb85c

I've look at many issues and tutorials for integration but I'm lost on it.

JosephVasse commented 2 years ago

I believe I might have the same problem as you're. What is your error message ?