sap-labs-france / ev-server

The Open e-Mobility Charging Station management backend server (check also ev-dashboard and ev-mobile)
https://open-e-mobility.fr/
Apache License 2.0
142 stars 132 forks source link

White Labeling - Allow customizing the mobile app deep links #3495

Open ClaudeROSSI opened 2 years ago

ClaudeROSSI commented 2 years ago

Customers may have their own mobile app. In that situation, the customer should be able to declare which app is to be used when verifying a new user or when changing a password.

So far, the deep links to our mobile apps are hardcoded in method: Utils.buildMobileAppDeepLink()

image.png

This must be changed and take into account new tenant settings.

LucasBrazi06 commented 2 years ago

@mahdibenromdhane We talked about changing the scheme/uri... to get the Android selector to choose between Chrome and eMobility Apps. I thought that you had to check this before moving forward with the implementation. If it works with Android and iOS for all white label apps, no need to implement anything then ;-). Check with Alix for the mobile setup on your machine and check the feasibility of this solution. Thanks!