How renew a ParseSession in Android SDK - Parse Server? - parse-platform

I`m using Parse Server, and I see that the ParseSession have a time of 1 year to expire/delete, I want to know how do renew a user's session using the Parse SDK for Android before it expires?

Related

How can I get access to Vodapay for testing purposes as a developer?

I am a developer working on the mini programs platform. I need access to the Vodapay app but I cannot find it on both the app store for iOS and the play store for Android. How can I get access to the app?
The app is scheduled to launch sometime in August, that is why it is not available on the app store or google play store. To get access to the test version of the app, send an email to miniprogramsupport#vodacom.co.za . You will need to provide the following:
Name
Surname
Mini program you are working on
Platform you want access to: (For iOS, send associated apple ID, for Android, send email address used on google account found on the device)

Migrate parse "deviceToken" to FCM registration token

I have thousands of users on Parse, and we are sending push notifications to them using parse.
Now we are migrating to firebase and can't guarantee that all users will open the app so FCM gets the new FCM registration token.
The question is can I send to old Parse users given I have their Parse device token (from installation table)?
I'm pretty sure you can't just import the tokens used by parse.com to Firebase Cloud Messaging for use. What should be done is to register your client app users to FCM by adding it to your app.
More details can be found in the Migrate your Parse Android App to Firebase (or if you're using iOS) docs:
Suggested Migration Strategy: Migrating Device Tokens
At the time of writing, the Parse Android SDK uses an older version of the FCM registration tokens, not compatible with the features offered by Firebase Notifications.
You can get a new token by adding the FCM SDK to your app; however, this might invalidate the token used by the Parse SDK to receive notifications. If you want to avoid that, you can set up the Parse SDK to use both Parse's sender ID and your sender ID. In this way you don't invalidate the token used by the Parse SDK, but be aware that this workaround will stop working when Parse shuts down its project.
From my answer here.

Google SignIn in Android and IOS with backend server

I am developing an app in Android and IOS. I want to use the Google Sign In to login in the app.
In Android I use the client ID of the backend server, but in IOS I have to use the IOS app client ID to login.
Is not possible to use the backend server client ID in the IOS app?
Google Documentation
https://developers.google.com/identity/sign-in/ios/backend-auth
Regards
I work on the team at Google: yes, unfortunately, this is a known deficiency and inconsistency of the iOS SDK for Google Sign-In. We're working on some changes and I'll update this answer when this is resolved.
For now, your backend server will have to determine what client the token is coming from and check appropriate audience. Very sorry for the trouble :/

Can I use new Parse App API for upload iOS Push Certificates?

I'm wondering if I could use the new parse app api, for update information about ios certificates, more precisely, to upload them.
This is not supported by their Apps API.
Edit: Here is a list of what is supported via the endpoint:
Enabling/Disabling...
...Client Side Class creation
...Client Push
...Revokable sessions
...Revoking a session on password chang

Is there a way to connect to the Google Adsense APIs with just an API Key?

I'm trying to build an application that will grab adsense reports data for my own account, is there a way to authorize this without firing up a browser for OAuth? Since this will be a command line client that will run on a server somewhere to build a time correlated report. Trying to do this in Ruby but preferably I should even be able to do this with curl

Resources