-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enable data cap on iOS #1168
Enable data cap on iOS #1168
Conversation
I did some testing and this is working well for me |
@@ -107,6 +108,10 @@ type StatsTracker interface { | |||
UpdateStats(string, string, string, int, int, bool) | |||
} | |||
|
|||
type BandwidthTracker interface { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for making these changes.
@@ -11,7 +11,7 @@ import UIKit | |||
|
|||
// For IOS App Lunch time issue | |||
//https://developer.apple.com/videos/play/wwdc2019/423/?time=305 | |||
@UIApplicationMain | |||
@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason why we are changing this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LTGM, I'll test today and merge it.
@atavism I think all API calls to user API fail due to |
This issue there because we changes our base URL for User API |
|
||
if strings.HasSuffix(baseURL, common.APIBaseUrl) { | ||
log.Debug("using proxied.Fronted") | ||
//this is ios version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@atavism For iOS only proxied.Fronted works nothing else.
Seems like this is not related to data cap, I have created a ticket here |
Resolves https://github.com/getlantern/engineering/issues/1458