resetAlternativeAppCodes

Removes all alternative application codes previously added via addAlternativeAppCode.

After calling this method, the device will only be registered with the primary application code set via setAppId or AndroidManifest.xml. Example:


  // Clear all alternative app codes
  Pushwoosh.getInstance().resetAlternativeAppCodes();

  // Re-register to update on server
  Pushwoosh.getInstance().registerForPushNotifications();

See also