简体   繁体   中英

Wildcard to add multiple iOS bundle ID on Facebook Developers App?

I have many iOS apps that use the same facebook app ID to login. What we have it's basically a White Label platform.

Is there any way for me to add one single bundle formatted as a wildcard? Something like com.domain.apps.* instead of having to add com.domain.apps.app1 , com.domain.apps.app2 for every single app that I create?

Thanks,

There is no way to do this. You would have to add each bundle to your Facebook app. You can also do this via the Graph API. Please see https://developers.facebook.com/docs/graph-api/reference/application/#Updating

If you add multiple applications in FB, you will face the following unsolved problem:

multiple FB Application IDs within single client using FB SDK 4

Previously, the problem could be solved with the use of a class 'FBSession'. But in the new sdk it is impossible to make.

I think there need clarification from facebook sdk developers.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM