Archives

Recommended coding environment for Android and IOS APP

To build app, please download latest source code version at https://clients.moosocial.com/, unzip, read the readme file inside to know how to configure to build apk and ipa. For coding environment follow below recommendations:

Android: Android Studio 4.0.2, https://developer.android.com/studio/archive

IOS: xcode 10 +

Post a ticket here if you have any issue when working on the source code.

How to enable Facebook and Google button for IOS app

Enable facebook button

  • 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

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