Skip to content

Commit

Permalink
Remove deprecated method from Unity interface
Browse files Browse the repository at this point in the history
Summary:
This wrapper was missed during the cleanup when moving to v12 (it was marked as deprecated in v11 so was deleted in v12).

I'm not sure how the previous build for unity sdk diffs were compiling (maybe it's a specific xcode thing?) but removing this is better

Reviewed By: WardMeta

Differential Revision: D35568679

fbshipit-source-id: 79bcc0f644c741c707be5d9c37d690ea57b2c4f2
  • Loading branch information
owaisfb authored and facebook-github-bot committed Apr 12, 2022
1 parent cb3d418 commit b1fb80e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Facebook.Unity.IOS/IOSWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -543,12 +543,6 @@ private static extern void IOSFBSetDataProcessingOptions(
int country,
int state);

[DllImport("__Internal")]
private static extern void IOSFBUpdateUserProperties(
int numParams,
string[] paramKeys,
string[] paramVals);

[DllImport("__Internal")]
private static extern string IOSFBCurrentAuthenticationToken();

Expand Down

0 comments on commit b1fb80e

Please sign in to comment.