Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Updated the Rich push handler (#55)
Browse files Browse the repository at this point in the history
* Added guards in Rich push notification extension handler class (#51)

* Updated the version to 3.2.3

Added guards in Rich push notification extension handler class

* Added guard in Rich push notification extension handler class

Added guard in Rich push notification extension handler class

* Added guards in Rich push notification extension handler class

Added guards in Rich push notification extension handler class

* Fixed codacy issue (#53)

* Updated the version to 3.2.3

Added guards in Rich push notification extension handler class

* Added guard in Rich push notification extension handler class

Added guard in Rich push notification extension handler class

* Added guards in Rich push notification extension handler class

Added guards in Rich push notification extension handler class

* Fixed Codacy issue

* Updated the Rich push handler (#54)

* Updated the version to 3.2.3

Added guards in Rich push notification extension handler class

* Added guard in Rich push notification extension handler class

Added guard in Rich push notification extension handler class

* Added guards in Rich push notification extension handler class

Added guards in Rich push notification extension handler class

* Fixed Codacy issue

* Updated the Rich push Handler
  • Loading branch information
AnanthaKrish committed May 22, 2017
1 parent a04eeb1 commit 0dfd55f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/BMSRichPushNotificationOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ open class BMSPushRichPushNotificationOptions:UNNotificationServiceExtension {
try! FileManager.default.moveItem(at: location, to: tmpUrl)

// Add the attachment to the notification content
if let attachment = try? UNNotificationAttachment(identifier: "video", url: tmpUrl, options:nil) {
if let attachment = try? UNNotificationAttachment(identifier: "", url: tmpUrl, options:nil) {

bestAttemptContent?.attachments = [attachment]
}
}
Expand Down

0 comments on commit 0dfd55f

Please sign in to comment.