ebg11
ebg11

Reputation: 1046

IOS equivalent of sha fingerprints

I was going to add a SHA fingerprint using firebase to my flutter app. I noticed there wasn't an option in firebase for a fingerprint on the IOS app like there is in the android settings and was wondering what the equivalent is?

Thanks

Upvotes: 0

Views: 632

Answers (2)

rouan
rouan

Reputation: 7219

It's the Bundle ID you're looking for. No fingerprints required for iOS. See https://firebase.google.com/docs/ios/setup for instructions.

Upvotes: 0

BLKKKBVSIK
BLKKKBVSIK

Reputation: 3548

The app ID is the equivalent, on iOS you have Bundle ID and App ID, where on Android you only have a Bundle ID.

Upvotes: 0

Related Questions