之前做了一個(gè)旅游的iOS項(xiàng)目,打開(kāi)APP時(shí)需要登錄,在做升級(jí)的時(shí)候?qū)徍吮痪?,原因如下?/p>
We noticed that your app requires users to register with personal information to access non account-based features. App cannot require user registration prior to allowing access to app content and features like Hot products and Hot destination that are not associated specifically to the user.
Next Steps
User registration that requires the sharing of personal information must be optional or tied to account-specific functionality. Additionally, the requested information must be relevant to the features.
大致意思是說(shuō)這個(gè)APP內(nèi)展示的數(shù)據(jù)內(nèi)容有些是大眾化的,沒(méi)必要和用戶(hù)綁定,即只有登錄才能看到內(nèi)容。
總結(jié):看項(xiàng)目展示的內(nèi)容或者功能是否跟用戶(hù)登錄息息相關(guān),若是相關(guān),可以強(qiáng)制登錄;若是一部分相關(guān),則點(diǎn)擊到必要的界面或者功能,再提示用戶(hù)去登錄或者跳轉(zhuǎn)到登錄界面.
我的解決方案:?jiǎn)?dòng)時(shí)進(jìn)入到首頁(yè)看旅游產(chǎn)品,到購(gòu)買(mǎi)時(shí)跳轉(zhuǎn)到登錄界面,再有是點(diǎn)擊有關(guān)個(gè)人信息時(shí)提示登錄??梢詤⒄読OS版阿里旅行APP。