Code error in the tutorials?

I've just got my Estimote Beacons, and I want to try them out, unfortunately I think your tutorials and SDK description is out of date?

For instance, you use this line of code:
ESTBeaconRegion* region = [[ESTBeaconRegion alloc] initRegionWithIdentifier:@"EstimoteSampleRegion";
(Source: http://estimote.com/api/tutorials/notification.html)

But the iOS SDK files haven't got this method, instead I have to use this method:
ESTBeaconRegion *region = [[ESTBeaconRegion alloc] initWithProximityUUID: identifier:@"SampleRegion"];

Can you please update your code examples so I can get started with the SDK?

Hi Ronny-Andre,

Thanks for sharing your thoughts on that! Actually we're hard at work to make some updates to the documentation and will be bringing it up to date soon. Sorry for the confusion. In the meantime, you can find some pretty useful stuff here http://estimote.com/api/getting-started/set-up-dev-environment.html and here https://community.estimote.com/hc/en-us/articles/202254358-How-do-I-build-my-first-app-

Cheers.