question

albertovila avatar image
albertovila asked

iOS Objective-C SDK issues

The current version of the iOS Objective-C SDK has some compiling issues. The solution is to add:

#import "PlayFabClientAPI.h"

To some files that belong to the Playfab SDK to correct this problem. This problem doesn't occur to the example project (it must be using an older version of the SDK). Please fix it in the Github repository!

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

May I know the names of those files?

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

albertovila avatar image albertovila commented ·

I'm sorry, but I don't remember which files needed that change. At least there were 5 or 10. Anyway, it's easy to know it: just compile it and you'll see a bunch of PlayFabClientAPI errors. Adding "import PlayFabClientAPI.h" solves it.

0 Likes 0 ·
Citrus Yan avatar image Citrus Yan albertovila commented ·

I've reported this issue to the SDK team for a fix, thanks for the feedback:)

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.