Skip to content

1.1.0

Compare
Choose a tag to compare
@dhei dhei released this 12 Dec 20:07
· 2083 commits to develop since this release
5512d63

Features

  • [Android] The Firebase SDK dependency is now optional. If Firebase SDK is not available at runtime, the push registers and generate notifications using only App Center SDK. The Firebase application and servers are still used whether the Firebase SDK is installed into the application or not. The SDK is still compatible with Firebase packages. But if you don't use Firebase besides App Center, you can now remove these packages and refer to the updated getting started instructions to migrate the set up. Migrating the push set up in the application remains optional.

  • [iOS] Support brownfield iOS app with Podfile to install using react-native link (with react-native v0.50 or later) #177. See example Podfile here.

  • appcenter-crashes getErrorAttachments callback now works with ES2107 async/await functions #179. Please see Add attachments to a crash report of App Center documentation for more information.

Bugfixes

  • Fix a bug where the license is not included in AppCenterReactNativeShared CocoaPod #174
  • Fix a bug in appcenter-crashes module to make sure crashes won't get processed when crashes is disabled #181

Misc