Interested in a fashionable thing called iBeacon.
Got a question:
For example, when entering a store, I want the user to be sent a notification: "Hello customer!". The client enters the store, receives a unique sensor identifier and the application displays a local notification, the text of which is pre-recorded in the application.
But what if I want to change the text of the notice to "Hello customer! We have a discount today." Have to release an application update with new text? After all, I will not be able to run in the background a method that will request a new greeting text from the server. Or can I?