Posts Tagged ‘iphone’

Edmonton Software & Mobile Development

mobile-application-development

We have been bouncing around various types of projects over the years, touching technologies from Rails to Perl to Python to .NET and much more. Recently, though, mobile and web application hybrids have been in hot demand, and the technologies choices required for this can be overwhelming. The rule of thumb used at Serene is

Read more

iOS Disable Scrolling in Webpage [UIWebView]

Apr 26, 2012

by

In: Mobile

, ,

iphone12

For the application mentioned in the last blog post [iPad disable zooming], we also had to disable scrolling at certain points very briefly and re-enable it. [dont ask ] This was done by going to the UIScrollView subviews and disabling bouncing and the indicators.

Greystripe SDK 3.2.0 Change from UUID to Device Id

Apr 18, 2012

by

In: Mobile

,

images (1)

Greystripe released their SDK version 3.2.0 which uses the hashed device MAC Address instead of the UUID to verify devices. To get this hashed Device ID, you can log the following for your Simulator or attached phone:

If you can’t do that, then the best way is to get the MAC address and hashing

Read more