Expo Push Notifications for Android + Create an APK File | React Native

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • Learn how to set up Expo Push Notifications for Android in managed-workflow. Also learn how to create an APK file.
    Native Notify: nativenotify.com
    Links in the Video:
    Expo APK creation instructions: docs.expo.dev/...
    eas-cli install instructions: docs.expo.dev/...
    Other Videos:
    Expo Push Notifications in Managed-Workflow: • Expo Push Notification...
    Expo Indie Push Notifications: • Indie Push Notificatio...
    #expo #android #pushnotification

ความคิดเห็น • 23

  • @AdebayoSamuel-k5s
    @AdebayoSamuel-k5s หลายเดือนก่อน

    It works fine in android and ios in Expo Go. But Immediately I did a production build, It wasn't working anymore...Even after following every steps to make it work

  • @furkanaydmr
    @furkanaydmr 2 หลายเดือนก่อน

    It is working perfect but i have a problem, it works well while i test it on Expo Go, but when i do the configuration and adding my firebase informations it doesnt work on expo go anymore (as expected), but it doesnt work on apk neither.

  • @asmsanad
    @asmsanad 8 หลายเดือนก่อน +1

    Is it possible to use custom sound ? And send push notifications from our node server ?

  • @VICTORMADARAKA
    @VICTORMADARAKA 8 หลายเดือนก่อน +2

    Can I send notifications from a backend api like a flask api or fastapi

    • @NativeNotify
      @NativeNotify  8 หลายเดือนก่อน

      Yes you can. There's a button on the send page of your Native Notify app with the word API in it that if you click will show you the API

  • @dananjayachathuranga7113
    @dananjayachathuranga7113 4 หลายเดือนก่อน

    😍

  • @dimejifalayi2073
    @dimejifalayi2073 5 หลายเดือนก่อน

    i got There are no push tokens saved to your app. Try closing and opening your app
    again to register a push token. can i get a help please

  • @richardwilliamsmusic
    @richardwilliamsmusic 6 หลายเดือนก่อน

    I want to be able to customize sending notifications from my Expo React Native app on my Android phone to send once an hour on certain hours. I also want the actual notification text to be certain objects in an array in my app. I don't want one text notification that looks the same every time. Is there a way to customize all of that with Native Notify?

  • @ionvaci6900
    @ionvaci6900 9 หลายเดือนก่อน

    It does not say to me that I can send push notifications.

  • @di107dev
    @di107dev 6 หลายเดือนก่อน

    I'm getting this error when trying to register Indie Notification:
    "No 'projectId' found. If 'projectId' can't be inferred from the manifest (eg. in bare workflow), you have to pass it in yourself."
    Any idea why I'm getting this?

    • @NativeNotify
      @NativeNotify  6 หลายเดือนก่อน +1

      You need to run "eas init" to add an Expo projectId to your app for push notifications to work.
      You can also run "eas build" one time and the projectId will be added for you

    • @di107dev
      @di107dev 6 หลายเดือนก่อน

      ​@@NativeNotify I already have the project Id on the app.json under "expo.extra?.eas?.projectId". And I can even see it with Constants?.expoConfig?.extra?.eas?.projectId. But when I call the registerIndieID function it doesn't work.
      I'm on SDK 50 and testing on the production by building the APK locally.
      Running this function on Expo Go works though.

  • @voldemore6300
    @voldemore6300 ปีที่แล้ว

    Im so lucky here..!!. It is possible to change to icon on the notification message in both ios and android ?

    • @NativeNotify
      @NativeNotify  ปีที่แล้ว

      Yes! iOS push notifications automatically set the icon to your app icon. You can click the ? icon in your Native Notify account to learn how to update your Android icon

    • @voldemore6300
      @voldemore6300 ปีที่แล้ว

      @@NativeNotify which mean it depends on what app do you use.. for example in my case, I do use expo go so it persist show expogo icon even I try to change a new one but when I deploy app and change it..finally, the logon will change automatically ? I got it right ?

    • @SIRchamling
      @SIRchamling ปีที่แล้ว

      @@NativeNotify your website is not working check it once

  • @SIRchamling
    @SIRchamling ปีที่แล้ว

    your website is not working on website into app its loading going on and on

    • @NativeNotify
      @NativeNotify  ปีที่แล้ว

      It's working for me. Can you try again?

    • @SIRchamling
      @SIRchamling ปีที่แล้ว

      @@NativeNotify OK I WILL SEE

    • @SIRchamling
      @SIRchamling ปีที่แล้ว

      @@NativeNotify STILL ITS LOGDING GOIN ON AND ON

    • @SIRchamling
      @SIRchamling ปีที่แล้ว

      @@NativeNotify IF YOU GOT EMAIL SEND I WILL SSEND YOU THE VIDEO OF YOUR WEBSITE JUST LODDING

  • @KaueMalpighi
    @KaueMalpighi 7 หลายเดือนก่อน

    Getting error on android after Expo SDK 49m iOS works fine (both development and production builds):
    Possible Unhandled Promise Rejection (id: 0):
    Error: Fetching the token failed: java.util.concurrent.ExecutionException: java.io.IOException: FIS_AUTH_ERROR

    • @ErickFigueroaCastillo
      @ErickFigueroaCastillo 3 หลายเดือนก่อน

      I find myself in the SDK51 with the same problem, in expo and ios they work, but when installing the apk not on android, did you manage to solve it?