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

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024

Комментарии • 26

  • @VICTORMADARAKA
    @VICTORMADARAKA 11 месяцев назад +2

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

    • @NativeNotify
      @NativeNotify  11 месяцев назад

      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

  • @asmsanad
    @asmsanad 11 месяцев назад +1

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

  • @richardwilliamsmusic
    @richardwilliamsmusic 10 месяцев назад

    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?

  • @furkanaydmr
    @furkanaydmr 5 месяцев назад

    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.

  • @dimejifalayi2073
    @dimejifalayi2073 8 месяцев назад

    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

  • @AdebayoSamuel-k5s
    @AdebayoSamuel-k5s 5 месяцев назад

    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

  • @ionvaci6900
    @ionvaci6900 Год назад

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

  • @jubayerrahman8447
    @jubayerrahman8447 2 месяца назад

    Not working followed the production step but the app is not showing any notification. Do anyone has any solution?

  • @di107dev
    @di107dev 9 месяцев назад

    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  9 месяцев назад +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 9 месяцев назад

      ​@@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

  • @dananjayachathuranga7113
    @dananjayachathuranga7113 7 месяцев назад

    😍

  • @KaueMalpighi
    @KaueMalpighi 11 месяцев назад

    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 7 месяцев назад

      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?

  • @salmaneelidrissi877
    @salmaneelidrissi877 2 месяца назад

    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