alexbleks
Results
4
comments of
alexbleks
Still it won't give me push notifications in the background
Nevermind, I missed
This is how I got it working: Its important to add the receiver in the manifest ``` public override void OnCreate() { base.OnCreate(); RegisterActivityLifecycleCallbacks(this); AppContext = this.ApplicationContext; //A great place...