Android: See detail at: https://docs.google.com/document/d/16962nVm3naoqnQDw-t4h-OcELzajApJgdvVYWjlVUxU/edit?usp=sharing
Archives
How To add new language into android app
How to enable Facebook and Google button for IOS app
Enable facebook button
- Step 1: Get application id
- Go to https://developers.facebook.com/apps/
- Copy application id
- Step 2: Change application id in Info.plist
- Go to your project
- Open Info.plist
- Paste application id to FacebookAppID
- Step 3: Change application id in Info tab
- Open mooApp and select Info tab
- In URL TYPE (2), paste application id to Url schemes field
*Note: fb[application id]
*Example: fb142277756486941
- Open mooApp and select Info tab
Enable google button
- Step 1: Get google application id
- Open your project
- Open GoogleService-Info.plist
- Copy REVERSED_CLIENT_ID’s value
- Step 2: Change application id in Info tab
- Open mooApp and select Info tab
- In URL TYPE (2), paste application id to Url schemes field
- Open mooApp and select Info tab
How to configure mooApp
Access to mooapp setting: Back-end –> Plugin Manager –> mooApp –> Setting tab
#1: Enable/ Disable menus on both apps
#2: Create a Firebase project in the Firebase console at https://console.firebase.google.com/. In this process, you’ll generate credentials #2
See detailed instructions on how to create Firebase project in the Firebase console here: https://developers.google.com/cloud-messaging/android/client
#3: Enable app suggestion: If this option is enabled. Users will see ‘Get the App’ popup at bottom of the mobile device when accessing site on the Mobile devices. See picture below.
(*): Enter a hyperlink to download IOS app from iOS Store. If users browse your site using IOS devices and click on “Get the app” button in the “Get the app” popup -> They will be redirected to this link to install IOS app.
(**): Enter a hyperlink to download Android app from Google Store. If users browse your site using Android devices and click on “Get the app” button in the “Get the app” popup -> They will be redirected to this link to install Android app.
- ‘Suggestion title’ filed: Title of ‘Get the app’ popup
- ‘Suggestion description’ filed: Description of ‘Get the app’ popup
#4. If you want to show ads on your android app. Please enter all details in #4. Get ‘Google Admob Banner Id’ and ‘Google Admob InterstitialAd Id’ by registration on https://www.google.com/admob/ website.
Save settings and enjoy the app.
Hope it helps.