Note that there are some explanatory texts on larger screens.

plurals
  1. POMultiple APP ID's Under Urban Airship for single device in Android
    primarykey
    data
    text
    <p>I worked with Urban Airship push notifications using Tags. For every new installation UA mantain new App ID under audience.In my application I have two options for login: <code>1.Male 2.Female</code></p> <p>From UA I sended message by adding proper tag.</p> <p><strong>Case1:</strong> </p> <ul> <li><p>At first installation, under audience my device registered with selected tag(I logged as Male) and APP ID. </p></li> <li><p>In this case everything works good.</p></li> </ul> <p><strong>Case2:</strong> </p> <ul> <li><p>If I removed the app from device and install again and logged as different User(Ex: female).</p></li> <li><p>Now under audience my device registered with Female Tag and new App ID. (Now My device registered with new APP ID under UA)</p></li> <li><p>If I send push from UA by adding required Female Tag , push received to my device.</p></li> <li><p>But in few cases message from Male tag also received by device.</p></li> </ul> <p><strong>Observation:</strong> </p> <ul> <li><p>Now under UA ,my device having two APP ID's with two different tags.</p></li> <li><p>May be , by that reason my device received both tag messages irrespective of selected Tags</p></li> </ul> <p><strong>Need solution:</strong> </p> <p><strong>Why android maintain new APP ID for every new installation?</strong></p> <p><strong>How to remove previous APP ID of my device from UA before new installation</strong></p> <p>(OR)</p> <p><strong>How to override Previous APP ID with new APP ID</strong></p> <p><strong>Note:</strong></p> <p>I installed application in my device with integrating push notification. Device registered with APID and keeps Active as True.</p> <p>After re-installation of App, new APID generated and shown Active as True. But, previous APID's status of Active still maintained as True. Why previous APID's Active status not changed to False.</p> <p>In IOS, after new installation previous Device Token's status changed to inactive. Why happen it in android only??</p> <p>Thanks in advance..</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload