disabling authentication for testing purposes is extremely useful in my opinion. that was the first thing i did when starting to work with the Mobile Backend Starter. on android we have that option out of the box.
you can enable / disable authentication in Constants.m (it's disabled by default)
hey guys,
disabling authentication for testing purposes is extremely useful in my opinion. that was the first thing i did when starting to work with the Mobile Backend Starter. on android we have that option out of the box.
you can enable / disable authentication in Constants.m (it's disabled by default)
tom