I want to pass my variable uid from the app1 to the app2
From my app1 I save locally on the memory of my iphone the variable

Than I want to retreive in my App2 the stored users/uid

But the value is null ,I thing normal because to use the same variable name I have to initialise it

How can I pass my uid from the app1 to the app2 ?