Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Not Able to import the FBInstant (Use of unresolved identifier 'FBInstant') Swift IOS #18

Open
sheikpunia1 opened this issue Oct 9, 2019 · 0 comments

Comments

@sheikpunia1
Copy link

I have added pod file's to my project

pod 'FBSDKShareKit'

pod 'FacebookSDK'

pod 'FBSDKCoreKit'

pod 'FBSDKLoginKit'

I want to use this function of FBInstant

var connectedPlayers = FBInstant.player.getConnectedPlayersAsync()
.then(function(players) {
console.log(players.map(function(player) {
return {
id: player.getID(),
name: player.getName(),
}
}));
});
I tried to import packages but didn't find FBInstant package it gives error

Use of unresolved identifier 'FBInstant' (error)

@sheikpunia1 sheikpunia1 changed the title Not Able to import the FBInstant (Use of unresolved identifier 'FBInstant') Not Able to import the FBInstant (Use of unresolved identifier 'FBInstant') Swift IOS Oct 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant