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”
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.