SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

API/api doc change for register/unregister device #76

Closed cheungpat closed 7 years ago

cheungpat commented 7 years ago

A developer is confused which API to call for registering/unregistering device:

b123400 commented 7 years ago

Just noticed we already have deregistering device when user logouts, it's strange that we need to call it manually https://github.com/SkygearIO/skygear-SDK-iOS/blob/ac8532b087a156902e56583aa64a371b02ae2a13/Pod/Classes/SKYContainer.m#L438

cheungpat commented 7 years ago

@b123400 Interesting observation. I am going to merge the pull request regardless.