Uniquely identifying an iOS user

后端 未结 10 1898
小蘑菇
小蘑菇 2020-12-02 12:27

I\'d like to create a user account on the server for new users of an app, but I\'d also like to not ask the user to type in anything. Ideally, I\'d like this to be automatic

10条回答
  •  伪装坚强ぢ
    2020-12-02 13:00

    Today our APP was rejected, becouse of Game Center user identification. It is in App Store Guidelines: https://developer.apple.com/appstore/resources/approval/guidelines.html .

    You can not use uniqe Game Center ID in G: format.

    The only way now for us is to use iOS6 Facebook integration.

    UPDATE: Our new version with automatic FB logon passed review process and is available on App Store ( Slovni Duel ). Uses also inApp subscription linked to FB profile.

提交回复
热议问题