File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ @implementation PhoneListenerDataObjC
169169 /* *
170170 Linking GameKit.framework without using it on macOS results in App Store rejection.
171171 Thus we don't link GameKit.framework to our SDK directly. `optionalLocalPlayer` is used for
172- checking whether the APP that consuming our SDK has linked GameKit.framework. If not, a
173- `GameKitNotLinkedError` will be raised .
172+ checking whether the APP that consuming our SDK has linked GameKit.framework. If not, will
173+ complete with kAuthErrorInvalidCredential error .
174174 **/
175175 GKLocalPlayer *_Nullable optionalLocalPlayer = [[NSClassFromString (@" GKLocalPlayer" ) alloc ] init ];
176176
@@ -207,8 +207,8 @@ @implementation PhoneListenerDataObjC
207207 /* *
208208 Linking GameKit.framework without using it on macOS results in App Store rejection.
209209 Thus we don't link GameKit.framework to our SDK directly. `optionalLocalPlayer` is used for
210- checking whether the APP that consuming our SDK has linked GameKit.framework. If not, a
211- `GameKitNotLinkedError` will be raised .
210+ checking whether the APP that consuming our SDK has linked GameKit.framework. If not,
211+ early out .
212212 **/
213213 GKLocalPlayer *_Nullable optionalLocalPlayer = [[NSClassFromString (@" GKLocalPlayer" ) alloc ] init ];
214214 // If the GameKit Framework isn't linked - early out.
You can’t perform that action at this time.
0 commit comments