// Setting Up Parse @ Back4App:
[Parse initializeWithConfiguration:[ParseClientConfiguration configurationWithBlock:^(id<ParseMutableClientConfiguration> configuration) {
configuration.applicationId = Back4AppAppID;
configuration.clientKey = Back4AppClientKey;
configuration.server = Back4AppServer;
}]];
// Where ////
//Back4App Keys:
#define Back4AppAppID @"MyBack4AppID"
#define Back4AppClientKey @"MyBack4AppKey"
#define Back4AppServer @"https://parseapi.back4app.com"
- (void) application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken{
// Parse:
// Store the deviceToken in the current installation and save it to Parse.
PFInstallation *currentInstallation = [PFInstallation currentInstallation];
[currentInstallation setDeviceTokenFromData:deviceToken];
[currentInstallation saveInBackground];
}
Should I Convert the Token (NSData) To String, REMOVE the Last Character ">" and try to Re-Convert it to Data and Send it?
Or is there a Simpler way?
Thanks
--
You received this message because you are subscribed to a topic in the Google Groups "back{4}app" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/back4app/Lv_iVLIp67E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to back4app+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/back4app/31f7fc1d-f8c3-49c4-8862-2eecc59240b3%40googlegroups.com.
Hi, Hernan.Did you migrate your files from parse.com to back4app.com?Could you please send me your app id to comm...@back4app.com ?
Best.
On Monday, February 6, 2017 at 8:33:12 PM UTC-2, Hernan Arber wrote:
Hi Davi:I'm sorry to reach you about this problem, but suddenly the IMAGES of my PRODUCTS are not loading.Can anyone on your Team Help me out checking this Issue?ThanksHernanPS: SHould I Start a new thread with this Issue?
On Wed, Jun 8, 2016 at 4:10 AM, back4app admin <ad...@back4app.com> wrote:
Hi, Hernan.Nice app!Bruno will take a look on it and reach you.Best.
--
You received this message because you are subscribed to a topic in the Google Groups "back{4}app" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/back4app/Lv_iVLIp67E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to back4app+u...@googlegroups.com.