Hello,
I am unable to login to Twitter from iphone safari/browser using twitter kit Unity, although with twitter app its working fine,
getting this in my log:
Jul 3 13:26:50 IPHONE34 ProductName[477] : [TwitterKit] did encounter error with message “Error obtaining user auth token.”: Error Domain=TWTRLogInErrorDomain Code=-1 “<?xml version="1.0" encoding="UTF-8"?>Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings” UserInfo={NSLocalizedDescription=<?xml version="1.0" encoding="UTF-8"?>Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings}
Jul 3 13:26:50 IPHONE34 assertiond[66] : [ProductName:477] Attempting to acquire assertion for ProductName:477: <BKProcessAssertion: 0x101360b30; "Called by UIKit, from " (finishTask:180s); id:\M-b\M^@\M-&0272139220FB>
Jul 3 13:26:50 IPHONE34 assertiond[66] : [ProductName:477] Add assertion: <BKProcessAssertion: 0x101360b30; id: 477-1F6B1AAA-5D7F-49A9-BD4E-0272139220FB; name: "Called by UIKit, from "; state: active; reason: finishTask; duration: 180.0s> {
owner = <BSProcessHandle: 0x1014236b0; ProductName:477; valid: YES>;
flags = preventSuspend, preventIdleSleep, preventSuspendOnSleep;
}
as i have already added twittersdk:// as my callback url. before that its happening same in android although its resolve in android but in ios still can’t figure out whats wrong can you help on what change i can do.
Note: This is happening using demo app only.