-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mega iOS Sdk not working for ios9 #163
Comments
Are you using the demo provided by the SDK? or are you developing your own client? I have run with success the iOS demo on a device with iOS 9 |
jnav, i have directly tried demo too. In demo the requestStart gets called and then the spinner spins for a infinite time. Maybe there is a need to addd Exception to Transport security? but it still doesn't explain why its not calling Failed or Finish delegates. |
Hi, We have been unable to reproduce the problem, but it's very concerning. If you can give us more info that can help us to reproduce it, we will investigate and fix this issue with top priority. Could you change Please, send it to ios@mega.co.nz to not publicly expose any data related to your account. |
Dear i have tried again. I got 160+ warning , mostly implicit conversion loses integer precision, stuff like that here is the complete log i get 2015-10-23 21:02:13.733 Demo[33166:1160501] Warning! ivar size mismatch in PSUICollectionView_ - can't change the superclass. |
Hi, Are you in the latest commit of the SDK? You should use the last one ( As @javiserrano said in the previous message, you should change
|
2016-01-13 09:16:13.904 Demo[18033:746002] Warning! ivar size mismatch in PSUICollectionView_ - can't change the superclass. This is what i get with max log
This is Demo version in examples folder. |
Whenever user tries to login, it does call requestStart but the control never transfers to onRequestFailed or onRequestFinish.
Its happening in ios9
The text was updated successfully, but these errors were encountered: