Skip to main content
All CollectionsDeveloper Tutorials and Resources
App Marketing: iOS and Android Setup
App Marketing: iOS and Android Setup

How to set up your app to market for Facebook Business Manager

Ehab AbuMallouh avatar
Written by Ehab AbuMallouh
Updated over a week ago

Learn how to find and upload your iOS and Android Service files, Facebook ID And client Tokens to market within your Control Panel to start marketing your App on Facebook!


App Bundle ID :

For setting up the Firebase certificates for your app , you will need your App Bundle ID , follow these steps to get the ID:

  1. Login to your App control panel

  2. Navigate to Advanced from the menu on the left

  3. Click on Integrations

  4. Click on Google Services (iOS)

And you will find the Bundle ID as shown in the screenshot below

Facebook ID

  1. Open Facebook for Developers

Note: You will be able to see your apps from this page; however, if you need to create a new app, click the green “Create App’ button in the top right corner of the Apps page.

  1. At the top left of your screen next to the drop-down menu, select your App ID and copy it.

  2. Return to the Integrations page within your control panel under Advanced, and paste it on Step 3 of this page: ‘App Facebook ID’ - click the green Save button.

Note: When you advertise on Facebook, your ad accounts are given unique ID numbers. These ID numbers are useful when adding an account to Facebook Business Manager.


To get the Client Access Token for an app, do the following:

  1. Sign into your developer account.

  2. On the Apps page, select an app to open the dashboard for that app.

  3. On the Dashboard, navigate to Settings > Advanced > Security > Client token.

  4. Copy and paste the token in the control panel explained in the screenshot above.

Access Token Length

Expect that the length of all access token types will change over time as Facebook makes changes to what is stored in them and how they are encoded. You can expect that they will grow and shrink over time. Please use a variable length data type without a specific maximum size to store access tokens.


Upload Firebase Google Services (iOS)

  1. From the Firebase homepage, go to Google Console (console.firebase.google.com)

  2. Click on the project, or create a new one.

3. Click on the app, or create a new one if it does not appear under the project you selected or created.

  • Click on the iOS icon to add Firebase and your App Bundle ID to your iOS app. This can be found under Certificates and Keys within your Control Panel.

  • Under Google Firebase Certificates in the Control Panel, copy your App Bundle ID.

4. Return to the Firebase console, and paste the App under your iOS bundle ID.

5. You can choose to nickname your app and press ‘Register App’.

6. Download your configuration file to your computer.

Note: Keep your configuration files stored on your computer in a safe folder in case you need to access them again.

7. Return to the Control Panel, select and upload your iOS configuration file that you previously downloaded and click Save.


Upload Firebase Google Services (Android)

  1. From the Firebase homepage, go to Google Console (console.firebase.google.com)

  2. Click on the project, or create a new one.

  3. Click on the app, or create a new one if it does not appear under the project you selected or created.

    • Click on the Android icon to add Firebase to your Android app. This can be found under Certificates and Keys within your Control Panel.

    • Under Google Firebase Certificates in the Control Panel, copy your App Bundle ID.

  4. Return to the Firebase console, and paste it under your Android bundle ID.

  5. You can choose to nickname your app and press ‘Register App’.

  6. Download your configuration file to your computer.

  7. Return to the Control Panel, select and upload your Android configuration file that you previously downloaded and click Save.


Did this answer your question?