For some reasons I cannot seem to start activities or services in my other B4A apps.
Service
i.Initialize("", "")
i.SetComponent("nl.thingsio.apps.push/nl.thingsio.apps.push.svcpush")
StartService(i)
Activity
i.Initialize (i.ACTION_MAIN,"nl.thingsio.apps.push")
StartActivity(i)
Any suggestions?
Service
i.Initialize("", "")
i.SetComponent("nl.thingsio.apps.push/nl.thingsio.apps.push.svcpush")
StartService(i)
Activity
i.Initialize (i.ACTION_MAIN,"nl.thingsio.apps.push")
StartActivity(i)
Any suggestions?