Skip to content

Commit

Permalink
UI for SDK 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpsenairekar2911 authored and pushpsenairekar2911 committed Jul 1, 2020
1 parent 59e2d76 commit 19ca9d0
Show file tree
Hide file tree
Showing 236 changed files with 6,005 additions and 3,332 deletions.
Binary file modified .DS_Store
100644 → 100755
Binary file not shown.
Empty file modified Customize.md
100644 → 100755
Empty file.
Empty file modified IncrementBadgeCount.md
100644 → 100755
Empty file.
49 changes: 23 additions & 26 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@

<div style="width:100%">
<div style="width:50%; display:inline-block">
<p align="center">
<img align="center" width="180" height="180" alt="" src="https://github.com/cometchat-pro/ios-swift-chat-app/blob/master/Screenshots/CometChat%20Logo.png">
</p>
</div>
</div>
</br>
</br>
</div>
<div>
<img align="left" src="https://github.com/cometchat-pro-extensions/ios-swift-push-notifications-app/blob/master/Screenshots/Screenshot.png">

<br></br><br></br>

CometChat Push Notification Sample App (built using **CometChat Pro SDK**) is a fully functional push notification app capable of **one-on-one** (private) and **group** messaging as well as Calling. This sample app enables users to send and receive push notifications for **text** and **multimedia messages like images, videos, documents** as well as ** Custom Messages** . Also, users can make push notifications for **Audio** and **Video** calls to other users or groups.

[![Platform](https://img.shields.io/badge/Platform-iOS-orange.svg)](https://cocoapods.org/pods/CometChatPro)
[![Languages](https://img.shields.io/badge/Language-Swift-orange.svg)](https://github.com/cometchat-pro/ios-swift-chat-app)

___

## Table of Contents

1. [Screenshots](#Screenshots)

2. [Installation](#Installation)
1. [Installation](#Installation)

3. [Running the sample app](#Running-the-sample-app)

Expand All @@ -31,25 +22,22 @@ ___

6. [Troubleshooting](#Troubleshooting)

7. [Contributing](#Contributing)

___

# Screenshots

<img align="left" src="https://github.com/cometchat-pro-extensions/ios-swift-push-notifications-app/blob/master/Screenshots/Screenshot.png">

<br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br>

___

# Installation
Simply clone the project from iOS-swift-chat-app repository. After cloning the repository navigate to project's folder and use below command to install the require pods.
Simply clone the project from ios-swift-push-notification-app repository. After cloning the repository navigate to project's folder and use below command to install the require pods.

```
$ pod install
```
```

2. Select the appropriate version as per your Xcode version.

3. Navigate to project's folder and use below command to install the require pods.

4. Create certificates for your bundle ID and replace `GoogleService-Info.plist` and bundle ID.

Build and run the Sample App.


Expand Down Expand Up @@ -83,6 +71,15 @@ ___
To Run to sample App you have to do the following changes by Adding **APP_ID**, **API_KEY**and **REGION CODE** and s user's **UID** for which you wants to send the push notification.

You can obtain your *APP_ID* and *API_KEY* from [CometChat-Pro Dashboard](https://app.cometchat.com/)

- Enable to Push notification Extension from [CometChat-Pro Dashboard] . To Enable Push notification extension, please navigate to Extensions --> Push Notification --> Add Extension.

<img align="left" src="https://github.com/cometchat-pro-extensions/ios-swift-push-notifications-app/blob/master/Screenshots/addExtension.png">

- Add Title and Firebase Server Key received from Firebase Console.

<img align="left" src="https://github.com/cometchat-pro-extensions/ios-swift-push-notifications-app/blob/master/Screenshots/settings.png">

- Open the project in Xcode.

Expand Down
Empty file modified Screenshots/.DS_Store
100644 → 100755
Empty file.
Binary file modified Screenshots/Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/addExtension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Screenshots/addNewContainer.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Screenshots/addNotificationServiceExtension.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Screenshots/appGroups.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Screenshots/badgeCount.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Screenshots/selectAppGroup.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Screenshots/selectNotificationServiceExtension.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Screenshots/selectSameAppGroup.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Xcode 11.3/.DS_Store
100644 → 100755
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@
objects = {

/* Begin PBXBuildFile section */
B23D268E2272EDFA00CC1CCB /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = B23D268D2272EDFA00CC1CCB /* Toast.swift */; };
B260F1F5224DE99D00CDCDBA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B260F1F4224DE99D00CDCDBA /* AppDelegate.swift */; };
B260F1F7224DE99D00CDCDBA /* startupVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = B260F1F6224DE99D00CDCDBA /* startupVC.swift */; };
B260F1F7224DE99D00CDCDBA /* LoginWithDemoUsers.swift in Sources */ = {isa = PBXBuildFile; fileRef = B260F1F6224DE99D00CDCDBA /* LoginWithDemoUsers.swift */; };
B260F1FA224DE99D00CDCDBA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B260F1F8224DE99D00CDCDBA /* Main.storyboard */; };
B260F1FC224DE99F00CDCDBA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B260F1FB224DE99F00CDCDBA /* Assets.xcassets */; };
B260F1FF224DE99F00CDCDBA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B260F1FD224DE99F00CDCDBA /* LaunchScreen.storyboard */; };
B260F207224DE9C700CDCDBA /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B260F206224DE9C700CDCDBA /* GoogleService-Info.plist */; };
B260F209224DF0F900CDCDBA /* PushNotificationVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = B260F208224DF0F900CDCDBA /* PushNotificationVC.swift */; };
B260F20B224DF86800CDCDBA /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = B260F20A224DF86800CDCDBA /* Constants.swift */; };
B260F209224DF0F900CDCDBA /* PushNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = B260F208224DF0F900CDCDBA /* PushNotification.swift */; };
B260F20B224DF86800CDCDBA /* AppConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = B260F20A224DF86800CDCDBA /* AppConstants.swift */; };
DB2345DF23DEA56D00CDBA2F /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB2345DE23DEA56D00CDBA2F /* NotificationService.swift */; };
DB2345E323DEA56D00CDBA2F /* NotificationServiceExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = DB2345DC23DEA56D00CDBA2F /* NotificationServiceExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
DB5AAC6A22E04FB7007E7FC6 /* IncomingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB5AAC6922E04FB7007E7FC6 /* IncomingCall.swift */; };
DBB7C17222A0011F00FA04E5 /* NavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBB7C17122A0011F00FA04E5 /* NavigationController.swift */; };
DBBF8A3522E0BB4100248056 /* ring.wav in Resources */ = {isa = PBXBuildFile; fileRef = DBBF8A3422E0BB4100248056 /* ring.wav */; };
FB920AEC24A33C02006A11A5 /* LoginWithUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB920AEB24A33C02006A11A5 /* LoginWithUID.swift */; };
FB920AEE24A33C82006A11A5 /* CometChatSnackBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB920AED24A33C82006A11A5 /* CometChatSnackBar.swift */; };
FB920AF324A3D8F6006A11A5 /* NavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB920AF224A3D8F6006A11A5 /* NavigationController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -58,25 +59,26 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
B23D268D2272EDFA00CC1CCB /* Toast.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Toast.swift; sourceTree = "<group>"; };
B260F1F1224DE99D00CDCDBA /* CometChatPro-PushNotification-SampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CometChatPro-PushNotification-SampleApp.app"; sourceTree = BUILT_PRODUCTS_DIR; };
B260F1F1224DE99D00CDCDBA /* Push Notification Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Push Notification Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
B260F1F4224DE99D00CDCDBA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
B260F1F6224DE99D00CDCDBA /* startupVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = startupVC.swift; sourceTree = "<group>"; };
B260F1F6224DE99D00CDCDBA /* LoginWithDemoUsers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginWithDemoUsers.swift; sourceTree = "<group>"; };
B260F1F9224DE99D00CDCDBA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
B260F1FB224DE99F00CDCDBA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B260F1FE224DE99F00CDCDBA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
B260F200224DE99F00CDCDBA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B260F206224DE9C700CDCDBA /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
B260F208224DF0F900CDCDBA /* PushNotificationVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushNotificationVC.swift; sourceTree = "<group>"; };
B260F20A224DF86800CDCDBA /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
B260F208224DF0F900CDCDBA /* PushNotification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PushNotification.swift; path = "../New Group/PushNotification.swift"; sourceTree = "<group>"; };
B260F20A224DF86800CDCDBA /* AppConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppConstants.swift; sourceTree = "<group>"; };
B2A8EBCC224E239000E22217 /* iOS-PushNotification.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "iOS-PushNotification.entitlements"; sourceTree = "<group>"; };
DB2345DC23DEA56D00CDBA2F /* NotificationServiceExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = NotificationServiceExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
DB2345DE23DEA56D00CDBA2F /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
DB2345E023DEA56D00CDBA2F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
DB2345E723DEA5DA00CDBA2F /* NotificationServiceExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NotificationServiceExtension.entitlements; sourceTree = "<group>"; };
DB5AAC6922E04FB7007E7FC6 /* IncomingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IncomingCall.swift; sourceTree = "<group>"; };
DBB7C17122A0011F00FA04E5 /* NavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationController.swift; sourceTree = "<group>"; };
DBBF8A3422E0BB4100248056 /* ring.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ring.wav; sourceTree = "<group>"; };
FB920AEB24A33C02006A11A5 /* LoginWithUID.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginWithUID.swift; sourceTree = "<group>"; };
FB920AED24A33C82006A11A5 /* CometChatSnackBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CometChatSnackBar.swift; sourceTree = "<group>"; };
FB920AF224A3D8F6006A11A5 /* NavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NavigationController.swift; path = "iOS-PushNotification/NavigationController.swift"; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -110,7 +112,7 @@
B260F1F2224DE99D00CDCDBA /* Products */ = {
isa = PBXGroup;
children = (
B260F1F1224DE99D00CDCDBA /* CometChatPro-PushNotification-SampleApp.app */,
B260F1F1224DE99D00CDCDBA /* Push Notification Sample.app */,
DB2345DC23DEA56D00CDBA2F /* NotificationServiceExtension.appex */,
);
name = Products;
Expand All @@ -122,12 +124,10 @@
B2A8EBCC224E239000E22217 /* iOS-PushNotification.entitlements */,
DBBF8A3422E0BB4100248056 /* ring.wav */,
B260F1F4224DE99D00CDCDBA /* AppDelegate.swift */,
B260F20A224DF86800CDCDBA /* Constants.swift */,
B260F1F6224DE99D00CDCDBA /* startupVC.swift */,
B260F208224DF0F900CDCDBA /* PushNotificationVC.swift */,
B23D268D2272EDFA00CC1CCB /* Toast.swift */,
DBB7C17122A0011F00FA04E5 /* NavigationController.swift */,
DB5AAC6922E04FB7007E7FC6 /* IncomingCall.swift */,
B260F20A224DF86800CDCDBA /* AppConstants.swift */,
FB920AF024A3D849006A11A5 /* PushNotification */,
FB920AEF24A3D836006A11A5 /* login */,
FB920AF124A3D86D006A11A5 /* Others */,
B260F206224DE9C700CDCDBA /* GoogleService-Info.plist */,
B260F1F8224DE99D00CDCDBA /* Main.storyboard */,
B260F1FB224DE99F00CDCDBA /* Assets.xcassets */,
Expand All @@ -154,6 +154,33 @@
path = Pods;
sourceTree = "<group>";
};
FB920AEF24A3D836006A11A5 /* login */ = {
isa = PBXGroup;
children = (
B260F1F6224DE99D00CDCDBA /* LoginWithDemoUsers.swift */,
FB920AEB24A33C02006A11A5 /* LoginWithUID.swift */,
);
path = login;
sourceTree = "<group>";
};
FB920AF024A3D849006A11A5 /* PushNotification */ = {
isa = PBXGroup;
children = (
B260F208224DF0F900CDCDBA /* PushNotification.swift */,
);
path = PushNotification;
sourceTree = "<group>";
};
FB920AF124A3D86D006A11A5 /* Others */ = {
isa = PBXGroup;
children = (
FB920AF224A3D8F6006A11A5 /* NavigationController.swift */,
FB920AED24A33C82006A11A5 /* CometChatSnackBar.swift */,
DB5AAC6922E04FB7007E7FC6 /* IncomingCall.swift */,
);
path = Others;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -174,7 +201,7 @@
);
name = "CometChatPro-PushNotification-SampleApp";
productName = "iOS-PushNotification";
productReference = B260F1F1224DE99D00CDCDBA /* CometChatPro-PushNotification-SampleApp.app */;
productReference = B260F1F1224DE99D00CDCDBA /* Push Notification Sample.app */;
productType = "com.apple.product-type.application";
};
DB2345DB23DEA56D00CDBA2F /* NotificationServiceExtension */ = {
Expand Down Expand Up @@ -272,13 +299,14 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B260F1F7224DE99D00CDCDBA /* startupVC.swift in Sources */,
DBB7C17222A0011F00FA04E5 /* NavigationController.swift in Sources */,
B260F1F7224DE99D00CDCDBA /* LoginWithDemoUsers.swift in Sources */,
FB920AF324A3D8F6006A11A5 /* NavigationController.swift in Sources */,
B260F1F5224DE99D00CDCDBA /* AppDelegate.swift in Sources */,
B23D268E2272EDFA00CC1CCB /* Toast.swift in Sources */,
FB920AEC24A33C02006A11A5 /* LoginWithUID.swift in Sources */,
DB5AAC6A22E04FB7007E7FC6 /* IncomingCall.swift in Sources */,
B260F209224DF0F900CDCDBA /* PushNotificationVC.swift in Sources */,
B260F20B224DF86800CDCDBA /* Constants.swift in Sources */,
FB920AEE24A33C82006A11A5 /* CometChatSnackBar.swift in Sources */,
B260F209224DF0F900CDCDBA /* PushNotification.swift in Sources */,
B260F20B224DF86800CDCDBA /* AppConstants.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -470,7 +498,7 @@
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.inscripts.cometchat.dev2;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "Push Notification Sample";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down Expand Up @@ -510,7 +538,7 @@
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.inscripts.cometchat.dev2;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "Push Notification Sample";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B260F1F0224DE99D00CDCDBA"
BuildableName = "CometChatPro-PushNotification-SampleApp.app"
BuildableName = "Push Notification Sample.app"
BlueprintName = "CometChatPro-PushNotification-SampleApp"
ReferencedContainer = "container:CometChatPro-PushNotification-SampleApp.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -45,7 +45,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B260F1F0224DE99D00CDCDBA"
BuildableName = "CometChatPro-PushNotification-SampleApp.app"
BuildableName = "Push Notification Sample.app"
BlueprintName = "CometChatPro-PushNotification-SampleApp"
ReferencedContainer = "container:CometChatPro-PushNotification-SampleApp.xcodeproj">
</BuildableReference>
Expand All @@ -62,7 +62,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B260F1F0224DE99D00CDCDBA"
BuildableName = "CometChatPro-PushNotification-SampleApp.app"
BuildableName = "Push Notification Sample.app"
BlueprintName = "CometChatPro-PushNotification-SampleApp"
ReferencedContainer = "container:CometChatPro-PushNotification-SampleApp.xcodeproj">
</BuildableReference>
Expand Down
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>CometChatPro-PushNotification-SampleApp.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>NotificationServiceExtension.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>33</integer>
</dict>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>NotificationServiceExtension.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>PNServiceExtension.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
Expand Down
Empty file modified Xcode 11.3/NotificationServiceExtension/Info.plist
100644 → 100755
Empty file.
Empty file.
Empty file.
14 changes: 7 additions & 7 deletions Xcode 11.3/Podfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@


target 'CometChatPro-PushNotification-SampleApp' do
pod 'CometChatPro','2.0.6-Xcode11.3'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'CometChatPro','2.0.11-Xcode11.4'
pod 'Firebase/Core', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'
pod 'Firebase/Messaging', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'

end

target 'PNServiceExtension' do
pod 'CometChatPro','2.0.6-Xcode11.3'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
target 'NotificationServiceExtension' do
pod 'CometChatPro','2.0.11-Xcode11.3'
pod 'Firebase/Core', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'
pod 'Firebase/Messaging', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'
end
Binary file modified Xcode 11.3/iOS-PushNotification/.DS_Store
100644 → 100755
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import Foundation

class Constants {
static var apiKey = "ENTER API KEY"
static var appID = "ENTER APP ID"
static var region = "ENTER REGION CODE"
static var appID = "20074edf7fc42d7"
static var apiKey = "9fe2bec8ffd74c4c6c7e7593e8812b230d8cf5c8"
static var region = "us"
static var toGroupUID = "supergroup" // Enter the GUID Of the group for which you want to send push notification.
}

Loading

0 comments on commit 19ca9d0

Please sign in to comment.