sign up error

the version of the backend is 4.0.0 ,so I updated the pod file to : pod ‘Backendless’, ‘~> 4.0b’
and this what I have used ;
let App_ID = “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx”

let secret_key = “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx”

let VERSION_NUM =“v4.0.0”

and now I got 404 ??!!

I updated the pod with

pod ‘Backendless’, ‘4.0b2’

but the issue still there

Screen Shot 2017-06-15 at 10.27.25 AM.png

Hello!
There are changes with the Backendless initialization in v4 (the latest version is 4.0b11, you can make ‘pod update’ to update from 4.0b2).
You don’t need version_num and secret key, just Application Id and API key.
Also, you can download project template with basic example for v4 (screenshot attached).
Please, check this topic for more information.

Regards, Olga

thxxxxxxxxxxxxx