question

ducastefan1978 avatar image
ducastefan1978 asked

Push Notification Setup IOS

PokerMobileClient titleID 66DC

for https://66DC.playfabapi.com/Client/SetupPushNotification

with PokerMobileClient as Name, APNS as platform, and the proper playfab dev key

i get this

"errorCode": 1095,
 "errorMessage": "End of list found where not expected",
thank you very much for the help
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

·
Andy avatar image
Andy answered

First of all, SetupPushNotification is in the Admin API, not the Client, but that may just be a typo on your part.

Second, the error we're passing on to you is the error we're getting back from our call to Amazon's CreatePlatformApplication API (https://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html). Given the nature of the error, I'd assume there's something wrong with the list of items we're passing into the attributes parameter. For iOS, we build the attributes field using the Credential and Key parameters you provide to us. I would recommend checking the values of those two parameters for any errors.

1 comment
10 |1200

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

ducastefan1978 avatar image ducastefan1978 commented ·

thank you very much for your reply

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.