-
Notifications
You must be signed in to change notification settings - Fork 2
Description
First I want to make it clear that I am trying to use the native iOS and Android SDKs, not Cordova.
The instructions for the iOS SDK make no sense. It says to drag the SCGPushSDK.framework file into the project in Xcode, but that file doesn't exist within the confines of the iOS directory. There is a SCGPushSDK.framework in the Cordova directory but I am not using Cordova. Do I need to copy this framework into the correct location (ie., the native iOS directory)?
In the native iOS directory, there is a framework directory named SCGPush.framework. I attempted to use this framework instead of the one written in the instructions, however I encountered issues with importing the SCGPush.h file because it also doesn't exist within the iOS SDK. After searching the misnamed framework, I did find a header file contained within but it is named SCGPush-Swift.h.
I don't know if there is an up-to-date README file or even better, an up-to-date SDK, but I would really appreciate some help with using this library.