personalprojectsus / Messenger

This is a native iOS Messenger app, with audio/video calls and realtime chat conversations (full offline support).

Home Page:http://relatedcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am available for hire

OVERVIEW

This is a native iOS Messenger app, with audio/video calls and realtime chat conversations (full offline support).


.. ..


ADDITIONAL FEATURES

These features are only available as a custom development.

  • Group chat
  • Parse backend (using Parse Live Query)

You can purchase the Premium version here.

  • Full source code is available for all features
  • Video call (in-app video calling over data connection)
  • Audio call (in-app audio calling over data connection)
  • Message queue (creating new messages while offline)
  • User last active (or currently online) status info
  • Switch between multiple accounts
  • Spotlight search for users
  • Media download network settings (Wi-Fi, Cellular or Manual)
  • Cache settings for media messages (automatic/manual cleanup)
  • Media message re-download option
  • Dynamic password generation
  • Block users
  • Login with Facebook
  • Login with Google
  • Login with SMS
  • Forward messages
  • Mute push notifications
  • Home screen quick actions
  • Share media message content

KEY FEATURES

  • AI powered chat interface
  • Firebase backend (full realtime actions)
  • Realm local database (full offline availability)
  • AES-256 encryption

FEATURES

  • Live chat between multiple devices
  • Private chat functionality
  • Push notification support
  • No backend programming is needed
  • Native and easy to customize user interface
  • Login with Email
  • Sending text messages
  • Sending pictures
  • Sending videos
  • Sending audio messages
  • Sending current location
  • Sending stickers
  • Sending large emojis
  • MD5 checksum for media messages
  • Media file local cache
  • Load earlier messages
  • Typing indicator
  • Message delivery receipt
  • Message read receipt
  • Save picture messages to device
  • Save video messages to device
  • Save audio messages to device
  • Delete read and unread messages
  • Realtime conversation view for ongoing chats
  • Archived conversation view for archived chats
  • All media view for chat media files
  • Picture view for multiple pictures
  • Map view for shared locations
  • Basic Settings view included
  • Basic Profile view for users
  • Edit Profile view for changing user details
  • Onboarding view on signup
  • Wallpaper backgrounds for Chat view
  • Call history view
  • Privacy Policy view
  • Terms of Service view
  • Picture, video and audio upload progress indicator
  • Video length limit possibility
  • Copy and paste text messages
  • Arbitrary message sizes
  • Send/Receive sound effects
  • Deployment target: iOS 11.0+
  • Supported devices: iPhone 5s, SE, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, iPhone X

.. ..


REQUIREMENTS

  • Xcode 9.3+
  • iOS 11.0+
  • ARC

INSTALLATION

1., Run pod install first (the CocoaPods Frameworks and Libraries are not included in the repo). If you haven't used CocoaPods before, you can get started here. You might prefer to use the CocoaPods app instead of the command line tool.

2., Create an account at Firebase and set up your sign-in methods.

3., Download GoogleService-Info.plist from Firebase and replace the existing file in your Xcode project.

4., Replace the FIREBASE_STORAGE define value in AppConstant.h.

5., For using push notification feature, create an account at OneSignal and replace the ONESIGNAL_APPID define value in AppConstant.h. You will also need to configure your certificate details.

6., For using audio and video call features, create an account at Sinch and replace the SINCH_KEY and SINCH_SECRET define values in AppConstant.h. You will also need to configure your VoIP certificate details.

7., For using Phone login, you will also need to have valid SINCH_KEY and SINCH_SECRET define values in AppConstant.h.

8., For using Facebook login, register your app at Facebook and replace the existing account details in Info.plist. You can find some additional info about the configuration here.

9., For Google login configuration, check the Implement Google Sign-In section here.

10., Crashlytics is also added to the project. The installation details can be found here.

11., For using the AI powered chat interface you need to configure your Dialogflow console.


.. ..


CONTACT

Do you have any questions or idea? My email is: info@relatedcode.com or you can find some more info at relatedcode.com

LICENSE

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


.. ..

About

This is a native iOS Messenger app, with audio/video calls and realtime chat conversations (full offline support).

http://relatedcode.com

License:Other


Languages

Language:Swift 95.2%Language:Objective-C 3.1%Language:HTML 1.6%Language:Ruby 0.1%