So heres my problem:
I have an Application which sends notifications to the user , if an Entry has been created, updated or deleted. If you click onto the notification, you should directly get redirected to the given page.
Problem is: Only possible way to do an onClick on an Notification is by creating an intent.
Does anyone know how I can run Forms Code inside of an Intent?
My first approach was to run a service inside the Intent but this does not seem to work (no errors, nothing.)
Posts
@SebastianGhring
This doesn't sound Xamarin.Forms - It sounds Xamarin.Android.
It sounds like you're doing an Android specific app, not a cross-platform solution.
Are you sure you posted in the right sub-forum?
These articles might help you: