I want to send a notification to restart my app when a new version of the OS is installed. Is there an option to set this type of notification?
            Asked
            
        
        
            Active
            
        
            Viewed 24 times
        
    0
            
            
        - 
                    What do you mean by restart your app after you get the notification? – Uma Sankar Feb 25 '18 at 14:38
- 
                    for an initial setup after an update its needed that my app runs once. That the user doesn't forget that, I'd like to remind him – CanadaRunner Feb 27 '18 at 07:48
1 Answers
0
            AFAIK there is no such notification available.
You could only run your app at start-up (boot_complete), read the system version info and compare it to the stored one.
If the info has changed do whatever you want in case the system has been updated.
 
    
    
        Robert
        
- 39,162
- 17
- 99
- 152
