How to request AWS SES production access for Android app with no website URL? - amazon-ses

I need AWS SES production access for my android app to send invite emails to new users.
The console is asking for a website url. Since it is a react native android app & i do not have a website for my app. What should i do ?

Related

React Native: Cognito federated auth issue on Android TV

AWS Cognito Federated sign in with Google setup correctly and it works perfectly on Android devices (phones, tablets). But on Android TV Web Browsers can't redirect to custom url scheme (web browsers don't understand that the app should be opened). The error says "can't open scheme myapp://oauth/?iod=..." with the error code Net::ERR_UNKNOWN_URL_SCHEME.
React Native version is 0.66, with not the latest aws-amplify, but the issue mainly related to the behavior that browser doesn't open the app with custom url scheme.
Does anybody encountered such an issue and if yes, then what solution could be here?
Appreciate your help.
I've tried to use redirectSignIn url as App link instead of custom url scheme, but that didn't work (when you open app link from another app android opens proper app, but if redirecting/opening within the browser, then it redirects to the web page).

Authenticate web app via Spotify app instead of browser

I have a web app that is for Spotify users. To authenticate Spotify it currently takes the user to https://spotify.com/en/login?... as described in the Spotify docs. It works fine but it opens Safari instead of the Spotify app. This is an issue because a user may not know their password and then abandon the onboarding flow.
Since the user will be on their phone when accessing the web app, I would prefer to open the Spotify app in order for the user to grant us access. Songkick is able to do it but they do it from an iOS app so I'm not sure if it's possible to do from a web app on mobile to Spotify iOS app.
Also, I am building on Bubble.io which is a no-code builder. I am able to open the Spotify app directly from my web app by using https://open.spotify.com/artist/{artist_id} but that does not seem to work for authenticating.

Dynamic deeplink in react native using expo

In our case if the app isn't installed we need to redirect user to web app and not to store say we receive a mail for forgot password but the app is not installed redirect them to web app's forgot password url else mobile app's forgot password screen how can we do that in expo without ejecting
I haven't tried the firebase dynamic link, but they claim it simply redirects users to the app store.

FCM: Mismatched Sender Id when trying to send notification to Expo app

I have a backend that send fcm to web app and expo apps. Double checked all the credentials. But still unable to get it work. Both of the credentials are under same project. Backend is using firebase admin, with service account. Front end is using google-services.json. Anyone encountered this?
Found out that the device token from expo-notification can only be used on standalone build. But not in expo-client during development.
https://forums.expo.io/t/using-fcm-as-push-notification-with-expo-client/42402/2?u=cyee
This is the copy paste comment by expo team.
Hi! If you want to send notifications directly through FCM, and not
through the Expo notifications service, you’ll have to test in a
standalone app (as in, an app you built with expo build:android). This
is because you don’t have the push credentials for the Expo client
app, only we do :slight_smile:
If you want to test in the Expo client app, then you can do that with
Expo’s notifications, which you can read more about here-
https://docs.expo.io/push-notifications/overview/

Creating facebook application in rails 3 with heroku

I m new to heroku. I deployed my rails 3 application in heroku and it is running successfully. My need is to integrate this application to a facebook canvas application. My doubt is whether i need to create a new app with cloud hosting services in facebook or i can use my existing heroku app? If so, how can i make use of existing heroku app in facebook.?
Thanks in advance.
To get your Heroku Rails app running in a Facebook canvas:
Go to your Facebook application's settings page: https://developers.facebook.com/apps/<app_id>/summary
Enter your Heroku app's URL into both the Canvas URL and Secure Canvas URL fields
Note: Facebook requires SSL (https) for all canvas apps. If you don't have a certificate, just add the free Piggyback SSL plugin on your Heroku app: http://addons.heroku.com/ssl
Go to your app settings and enter in the URL to your website into the canvas app settings section.