robinneb / myfriends

Product dev
2 stars 0 forks source link

Prompt for location upon the initial registration field #9

Open robinneb opened 8 years ago

robinneb commented 8 years ago

Requirements: As a user I want to be able to reveal my location through the native functionality of the application. This will reduce the steps of revealing my location during the registration process.

Developer: Add the native app prompt for requesting the app to access a user's location Using the Core Location framework (iOS), the app will be able to determine the current location or heading associated with a device.

Specifications: A location manager object provides support for the following location-related activities:

Business reasons -

To configure and use a CLLocationManager object to deliver events:

image