Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-09-09 19:26:06 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
354e0c86f9f5b8dcfe2928c1d7188ce1a091fcf1
354e0c86
1 parent
10c3d024
fix location service popup
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
View file @
354e0c8
...
...
@@ -227,7 +227,8 @@ typedef void (^FailureResponse)(NSURLSessionDataTask * _Nullable task, NSError *
if
(
self
)
{
_hasChangedReachabilityStatus
=
NO
;
_pushManager
=
[[
WLPushManager
alloc
]
init
];
_locationManager
=
[[
WLLocationManager
alloc
]
init
];
// TODO: CHECK - Possible fix for requesting location permissons
// _locationManager = [[WLLocationManager alloc] init];
_actionHandlers
=
[[
NSMutableArray
alloc
]
init
];
_smsActionHandler
=
[[
WLSMSActionHanlder
alloc
]
init
];
_appActionHandler
=
[[
WLAPPActionHandler
alloc
]
init
];
...
...
Please
register
or
login
to post a comment