All Projects → maplemedia → Pulse Sms Ios

maplemedia / Pulse Sms Ios

Licence: other
The official iOS app for Pulse SMS.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Pulse Sms Ios

Github Native
📱 mobile github client built with react-native
Stars: ✭ 94 (-12.96%)
Mutual labels:  ios-app
Pulse Sms Web
The official web app for Pulse SMS - built on Vue.js.
Stars: ✭ 101 (-6.48%)
Mutual labels:  sms
Swiftcocoadsl
An easy way to write iOS UI
Stars: ✭ 103 (-4.63%)
Mutual labels:  ios-app
Spamsms
SPAM SMS (-UPDATE 2020!-)
Stars: ✭ 94 (-12.96%)
Mutual labels:  sms
Stompclientlib
Simple STOMP Client library, Swift 3 and 4, 4.2, 5 compatible
Stars: ✭ 99 (-8.33%)
Mutual labels:  ios-app
Matchimals.fun
🦁 🃏 📱 An animal matching puzzle card game– built with turn-based game engine boardgame.io and React-Native + React-Native-Web
Stars: ✭ 101 (-6.48%)
Mutual labels:  ios-app
Smart sms
The easiest way to integrate SMS service in China
Stars: ✭ 92 (-14.81%)
Mutual labels:  sms
React Native Sms Verifycode
A React Native component for filling in SMS verification codes or passwords, for android and iOS
Stars: ✭ 107 (-0.93%)
Mutual labels:  sms
Cognitiveconcierge
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Stars: ✭ 100 (-7.41%)
Mutual labels:  ios-app
Flutter medical
Functioning Doctor/Healthcare Catalog App created using Dart with Flutter. Stores and loads data from Firebase Firestore DB.
Stars: ✭ 99 (-8.33%)
Mutual labels:  ios-app
Kivystudio
A Software development environment for software developers
Stars: ✭ 97 (-10.19%)
Mutual labels:  ios-app
30 Days Of Python 3.6
This is a soon-to-be archived project version of 30 Days of Python. The original tutorial still works but we have an updated version in the works right now.
Stars: ✭ 98 (-9.26%)
Mutual labels:  sms
Hpomb
HPomb closed-source project for SMS , Call & Mail bombing available for Window , Linux , MacOS And Android( Termux )
Stars: ✭ 102 (-5.56%)
Mutual labels:  sms
Jamspymer
SMS, Call, Mail, Telegram бомбер с открытым исходным кодом
Stars: ✭ 95 (-12.04%)
Mutual labels:  sms
Blahker
巴拉剋 - Safari 蓋版廣告消除器
Stars: ✭ 103 (-4.63%)
Mutual labels:  ios-app
One Vue
仿韩寒「ONE · 一个」,基于vue2.0+混合式开发的一款跨终端、高性能、用户体验高的移动端App! 学习Vue的同学可以看下,感谢 Star 和 Fork!!
Stars: ✭ 93 (-13.89%)
Mutual labels:  ios-app
Coronatracker
Coronavirus tracker app for iOS & macOS with maps & charts
Stars: ✭ 1,374 (+1172.22%)
Mutual labels:  ios-app
Sol
☀️ Sol° beautifully displays weather information so you can plan your day accordingly. Check the weather in your current location or any city around the world. Implemented in Objective-C.
Stars: ✭ 1,430 (+1224.07%)
Mutual labels:  ios-app
Django Notifs
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
Stars: ✭ 105 (-2.78%)
Mutual labels:  sms
Littlego
Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
Stars: ✭ 101 (-6.48%)
Mutual labels:  ios-app

Note: This version of Pulse is not available on the App Store. Apple rejected it because "the overall concept is not suited for the App Store", despite my numerous attempts to appeal, call, and point out apps that did the exact same thing as Pulse. If you know someone at Apple that could help with this situation, it would be most appreciated.

Pulse SMS - iOS Client

This is a Pulse SMS client for iOS. This is not a replacement SMS app for your iPhone.

This iOS app is simply a client to the Pulse backend service. It doesn't replace iMessage on your iPhone, and it doesn't allow you to text through the phone number associated with your iPhone. It acts like the Pulse web client would, or a tablet using Pulse.

Pulse is a service that I built for Android. It is meant to allow you to use your personal phone number, when sending text messages from your computer, tablet, watch, tv, or any other device. As a backend service, it is really just a forwarding utility, based around Firebase Cloud Messaging. Since Android has exposed APIs to build a replacement SMS app, Pulse works as a normal SMS app on your phone, then any other device you are using use FCM to communicate directly and instantly with the Android phone app, through Pulse's REST APIs. Similarly, when messages are received to the phone, it will POST those message to the backend to get distributed to your other devices.

Pulse is not a typical client-server application, since the phone is the controller and root of all the communication, but the backend and Android app handles that gracefully and solves that issue for you. As a client app, you really only need to worry about the exposed APIs.

Typical use-cases for this iOS client:

  • Having an iPad and an Android phone and wanting to be able to use Pulse to text on the iPad
  • Having a separate work iPhone that you want to be able to use with your personal Android phone number
  • Demonstration of the APIs, their usage, and implementation for other third party clients

The app is not available on the Apple App Store, Apple has rejected it because "the overall concept of the app is not suited for the App Store". Since there are specific configurations to be made with Apple's APN push notification system, push notifications for new messages will not be able to come to a self-built version of the app. They will only be possible if Apple accepts the app to their App Store.

Building the App

Open the Pulse.xcworkspace in XCode to build and edit the project. You will need a developer license to build to a real device. You can build the app to the simulator if a device isn't available. The simulator will not have have push notification support for new messages, but it will have real-time updates through FCM.

Dependency Management

I use CocoaPods for dependency management. The Pods directory is checked in to source control, so unless you are adding or changing dependencies, you shouldn't have to worry about the setup here.

To set up CocoaPods:

  1. Run sudo gem install cocoapods to install CocoaPods.
  2. Run pod install to install new pods to the project.
  3. Run pod update if you are only updating the version of existing pods.

Contributing

Please fork this repository and contribute back using pull requests. Features can be requested using issues on our Pulse platform issue tracker, rather than creating issues directly on this repo: https://github.com/klinker-apps/messenger-issues.

Changelog

The full changelog for the iOS app can be found here.

License

Copyright 2018 Luke Klinker

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].