Coder Social home page Coder Social logo

Comments (3)

Gekidoku avatar Gekidoku commented on September 14, 2024

I will work on a sample app.
For now i will show what i added to my manifest.
this is inherited from my xamarin forms app so dont even know if i need it all still.

	<application android:label="MyAppName" android:usesCleartextTraffic="true" android:extractNativeLibs="true" android:largeHeap="true">
		<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdInternalReceiver" android:exported="false" />
		<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:exported="true" android:permission="com.google.android.c2dm.permission.SEND">
			<meta-data android:name="com.google.firebase.messaging.default_notification_channel_id" android:value="MyDefaultChannel" />
			<intent-filter>
				<action android:name="com.google.android.c2dm.intent.RECEIVE" />
				<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
				<category android:name="com.MyApp" />
			</intent-filter>
		</receiver>
	
	</application>

When i have time i will make a sample app and add it to this repo

from betterfirebasenotificationsplugin.

ClausElmann avatar ClausElmann commented on September 14, 2024

"Great work! I would really like to try it out on a minimal sample app too. I've spent a lot of time trying to get this https://github.com/mistrypragnesh40/PushNotificationDemoMAUI to work, but OnNewToken(string token) is never called, and it's driving me insane..."

from betterfirebasenotificationsplugin.

archergod avatar archergod commented on September 14, 2024

+1 A sample app is needed, I have trouble using it.

from betterfirebasenotificationsplugin.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.