facebookarchive / account-kit-samples-for-ios

Samples for the account kit product on ios.
43 stars 26 forks source link

Show me : A system issue occurred. Please try again. #17

Closed IDEAL-YANG closed 5 years ago

IDEAL-YANG commented 6 years ago

I've followed all the steps in there.

I've setup my Info.plist correctly. But waiting for a long time, Show me : A system issue occurred. Please try again. Unbelievable!!!

1527575856254

IDEAL-YANG commented 6 years ago

Debug this : [AccountKit][Error]: Postponing App Events due to error: Error Domain=com.facebook.accountkit:Error Code=100 "(null)" UserInfo={NSUnderlyingError=0x10ae87540 {Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={NSUnderlyingError=0x10ae75000 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, NSErrorFailingURLStringKey=https://graph.accountkit.com/v1.3/993923234116218/events...

IDEAL-YANG commented 6 years ago

Sometimes debug show this : [AccountKit][Error]: Postponing App Events due to error: Error Domain=com.facebook.accountkit:Error Code=100 "(null)" UserInfo={NSUnderlyingError=0x604000443000 {Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={NSUnderlyingError=0x600000446d80 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorCodeKey=8, _kCFStreamErrorDomainKey=12}}, NSErrorFailingURLStringKey=https://graph.accountkit.com/v1.3/993923234116218/events...

IDEAL-YANG commented 6 years ago

Sometimes debug show this :[AccountKit][Error]: Postponing App Events due to error: Error Domain=com.facebook.accountkit:Error Code=100 "(null)" UserInfo={NSUnderlyingError=0x11bc8a220 {Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo={NSUnderlyingError=0x11bc166c0 {Error Domain=kCFErrorDomainCFNetwork Code=-1005 "(null)" UserInfo={_kCFStreamErrorCodeKey=-4, _kCFStreamErrorDomainKey=4}}, NSErrorFailingURLStringKey=https://graph.accountkit.com/v1.3/993923234116218/events

HabelJustin commented 5 years ago

same here. uses version 1.3 and try to downgrade to 1.2, but still not working uses on web by the way (accountkit for web)

edit: got this problem if i set display to "modal"

IDEAL-YANG commented 5 years ago

Change another vpn fixed. Thanks.

HeshanHH commented 5 years ago

0

just because u might not be removed [] those brackets... i did the same thing. then i had found this syntax error

this is wrong--> <string name="ACCOUNT_KIT_CLIENT_TOKEN">[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA]</string>

this is right-->(no BRACKETS)

<string name="ACCOUNT_KIT_CLIENT_TOKEN">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</string>