Wade Smith

Results 15 comments of Wade Smith

is it possible to use the p8 one that doesn't expire sounds pretty good. then the issue won't cause the error.

under API Manager > Mobile API's > Google Cloud Messaging its their for now but I don't know for how long. On Wed, Jul 6, 2016 at 9:23 AM, Adam...

I have the same issue, I am going to try the UIwebview and see if that fixes the issue knowing that it breaks Hot-code pushes. but if it makes the...

This didn't seem to work, the url is back to http://localhost so I am pretty sure its back to UIWebView, but the app got kicked out and failed to reload...

On IOS the app fails to reLaunch in order to process the transition change. This need to be remodelled to have the Plugin talk directly back to the server via...

Here is my take on the issue, and possible fix. Alternatively even if the app restarts the transition should still be able to be picked up and processed. ![geolocation](https://cloud.githubusercontent.com/assets/15840943/22524289/e0e0edb4-e87f-11e6-9772-17cf3b5bf23f.jpg)

Apple won't let you deploy an app that is constantly looking for location, that would be a drain on resources.

The issue is when the app is minimized, IOS in an attempt to reduce load kills the Webview, once the app is opened again it takes a moment with the...

instead of waiting for the app to wake up, execute the code to make a method call to bypass it and have the Swift code to directly make an API...

+1 without the didFinishLaunching I can't seem to get the updates to process in the background on region transition change. something like: - (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions{ self.viewController = [[MainViewController alloc] init];...